From 2a6caded7e78b28d6495f6749e18c64e1bc7c561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:37:18 +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 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7748c60..674e80a67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4391,20 +4391,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/Cargo.toml b/Cargo.toml index 2e2e8c4ea..9154f41ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ indoc = "2.0.6" insta = "1.43.1" libc = "0.2.172" mimalloc = "0.1.46" -mockito = "1.7.0" +mockito = "1.7.1" nix = { version = "0.29.0", features = ["feature", "fs", "ioctl", "process", "signal", "term", "user"] } objc2 = "0.5.2" objc2-app-kit = { version = "0.2.2", features = ["NSWorkspace"] }