Bump mockito from 1.3.0 to 1.4.0 (#12063)

This commit is contained in:
dependabot[bot] 2024-03-06 22:43:08 +00:00 committed by GitHub
parent 2ee3538de4
commit 85fb3e1ff3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View file

@ -2566,12 +2566,12 @@ dependencies = [
[[package]]
name = "mockito"
version = "1.3.0"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c84fe1f1d8c56dc157f79942056fad4b9efceebba374a01b222428b553facb"
checksum = "d2f6e023aa5bdf392aa06c78e4a4e6d498baab5138d0c993503350ebbc37bf1e"
dependencies = [
"assert-json-diff",
"futures",
"futures-core",
"hyper",
"log",
"rand",
@ -5744,6 +5744,7 @@ dependencies = [
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"socket2",
"windows-sys 0.48.0",

View file

@ -134,7 +134,7 @@ nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.91.1" }
nu-test-support = { path = "../nu-test-support", version = "0.91.1" }
dirs-next = "2.0"
mockito = { version = "1.3", default-features = false }
mockito = { version = "1.4", default-features = false }
quickcheck = "1.0"
quickcheck_macros = "1.0"
rstest = { version = "0.18", default-features = false }