From c86ea720cf26e58960ea9852dbc6ee581d5cd63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:17:15 +0000 Subject: [PATCH] fix(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 ++++--- crates/fig_request/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8d8e9d5cd..0814b2ff3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5773,20 +5773,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", - "futures-util", + "futures-core", "http 1.3.1", "http-body 1.0.1", "http-body-util", "hyper 1.7.0", "hyper-util", "log", + "pin-project-lite", "rand 0.9.2", "regex", "serde_json", diff --git a/crates/fig_request/Cargo.toml b/crates/fig_request/Cargo.toml index 2d1a24a09..a8e038b89 100644 --- a/crates/fig_request/Cargo.toml +++ b/crates/fig_request/Cargo.toml @@ -35,5 +35,5 @@ url.workspace = true webpki-roots.workspace = true [dev-dependencies] -mockito = "1.7.0" +mockito = "1.7.1" tokio.workspace = true