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]] [[package]]
name = "mockito" name = "mockito"
version = "1.3.0" version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c84fe1f1d8c56dc157f79942056fad4b9efceebba374a01b222428b553facb" checksum = "d2f6e023aa5bdf392aa06c78e4a4e6d498baab5138d0c993503350ebbc37bf1e"
dependencies = [ dependencies = [
"assert-json-diff", "assert-json-diff",
"futures", "futures-core",
"hyper", "hyper",
"log", "log",
"rand", "rand",
@ -5744,6 +5744,7 @@ dependencies = [
"libc", "libc",
"mio", "mio",
"num_cpus", "num_cpus",
"parking_lot",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"windows-sys 0.48.0", "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" } nu-test-support = { path = "../nu-test-support", version = "0.91.1" }
dirs-next = "2.0" dirs-next = "2.0"
mockito = { version = "1.3", default-features = false } mockito = { version = "1.4", default-features = false }
quickcheck = "1.0" quickcheck = "1.0"
quickcheck_macros = "1.0" quickcheck_macros = "1.0"
rstest = { version = "0.18", default-features = false } rstest = { version = "0.18", default-features = false }