From 5cf91292d0f9a5b47e0d17a1e8ba676eb664786e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:58:16 +0000 Subject: [PATCH] build(deps): 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7fbcbc..9296074 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,9 +886,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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d7497d1..e26ee3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ version = "0.5.1" features = ["json"] [dev-dependencies] -mockito = "1.5.0" +mockito = "1.6.1" tokio = {version = "1.41.1", features = ["full"]} [[bin]]