From bd176ae297670ff32d62bacd5836a2c4f2e08149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:36:44 +0000 Subject: [PATCH] build(deps): bump mockito from 1.7.1 to 1.7.2 Bumps [mockito](https://github.com/lipanski/mockito) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/1.7.1...1.7.2) --- updated-dependencies: - dependency-name: mockito dependency-version: 1.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88cc99d..08bbd68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "mockito" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e0603425789b4a70fcc4ac4f5a46a566c116ee3e2a6b768dc623f7719c611de" +checksum = "90820618712cab19cfc46b274c6c22546a82affcb3c3bdf0f29e3db8e1bb92c0" dependencies = [ "assert-json-diff", "bytes", diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2233526..161e6bd 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -23,4 +23,4 @@ thiserror = "2.0.18" ureq = { version = "3.1.4", features = ["json"] } [dev-dependencies] -mockito = "1.7.1" +mockito = "1.7.2"