From be9ea7145195f9b002ba22a36c2b6aa4be8a3c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:23:51 +0000 Subject: [PATCH] Bump mockito from 1.5.0 to 1.6.1 Bumps [mockito](https://github.com/lipanski/mockito) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/1.5.0...1.6.1) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- svanill-vault-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"