From 5d436b1cef1b4827b3d9052d07874a7f88f293ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:24:51 +0000 Subject: [PATCH] chore(deps): bump mockito from 1.7.0 to 1.7.1 Bumps [mockito](https://github.com/lipanski/mockito) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/1.7.0...1.7.1) --- updated-dependencies: - dependency-name: mockito dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8ba4ca..73b8565 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1155,20 +1155,21 @@ dependencies = [ [[package]] name = "mockito" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48" +checksum = "7e0603425789b4a70fcc4ac4f5a46a566c116ee3e2a6b768dc623f7719c611de" dependencies = [ "assert-json-diff", "bytes", "colored 3.0.0", - "futures-util", + "futures-core", "http", "http-body", "http-body-util", "hyper", "hyper-util", "log", + "pin-project-lite", "rand 0.9.1", "regex", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5f48824..d3db39e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,5 +32,5 @@ walkdir = "2.3.3" handlebars = "6.3.2" [dev-dependencies] -mockito = "1.7.0" +mockito = "1.7.1" pretty_assertions = "1.4.1"