diff --git a/Cargo.lock b/Cargo.lock index 18f8143d8..279dbd6ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2503,14 +2503,13 @@ dependencies = [ [[package]] name = "mockito" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c762b6267c4593555bb38f1df19e9318985bc4de60b5e8462890856a9a5b4c" +checksum = "f8d3038e23466858569c2d30a537f691fa0d53b51626630ae08262943e3bbb8b" dependencies = [ "assert-json-diff", "futures", "hyper", - "lazy_static", "log", "rand", "regex", diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 8e38dafb3..0bedff4a5 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -128,7 +128,7 @@ nu-cmd-lang = { path = "../nu-cmd-lang", version = "0.84.1" } nu-test-support = { path = "../nu-test-support", version = "0.84.1" } dirs-next = "2.0" -mockito = { version = "1.1", default-features = false } +mockito = { version = "1.2", default-features = false } quickcheck = "1.0" quickcheck_macros = "1.0" rstest = { version = "0.18", default-features = false }