Bump mockito from 1.0.2 to 1.1.0 (#9476)
This commit is contained in:
parent
d2629293e8
commit
379260b110
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2504,9 +2504,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mockito"
|
name = "mockito"
|
||||||
version = "1.0.2"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ea57936ab3bf56156f135f20ee24b840e5a8ad97a8e1710eace33ac078f8f537"
|
checksum = "09c762b6267c4593555bb38f1df19e9318985bc4de60b5e8462890856a9a5b4c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert-json-diff",
|
"assert-json-diff",
|
||||||
"colored",
|
"colored",
|
||||||
|
|
|
@ -123,7 +123,7 @@ nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.81.1" }
|
||||||
nu-test-support = { path = "../nu-test-support", version = "0.81.1" }
|
nu-test-support = { path = "../nu-test-support", version = "0.81.1" }
|
||||||
|
|
||||||
dirs-next = "2.0"
|
dirs-next = "2.0"
|
||||||
mockito = "1.0"
|
mockito = "1.1"
|
||||||
quickcheck = "1.0"
|
quickcheck = "1.0"
|
||||||
quickcheck_macros = "1.0"
|
quickcheck_macros = "1.0"
|
||||||
rstest = { version = "0.17", default-features = false }
|
rstest = { version = "0.17", default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user