diff --git a/Cargo.lock b/Cargo.lock index a9bff0d..939486c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2143,9 +2143,9 @@ dependencies = [ [[package]] name = "mockito" -version = "1.5.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b34bd91b9e5c5b06338d392463e1318d683cf82ec3d3af4014609be6e2108d" +checksum = "652cd6d169a36eaf9d1e6bce1a221130439a966d7f27858af66a33a66e9c4ee2" dependencies = [ "assert-json-diff 2.0.2", "bytes", diff --git a/svanill-vault-cli/Cargo.toml b/svanill-vault-cli/Cargo.toml index cc96de7..eaaa89a 100644 --- a/svanill-vault-cli/Cargo.toml +++ b/svanill-vault-cli/Cargo.toml @@ -23,4 +23,4 @@ md-5 = "0.10.6" [dev-dependencies] assert_cmd = "2.0.16" -mockito = "1.5.0" +mockito = "1.6.1"