From 8ca344cfecd576d041bb0de7a7ec25c0b4736565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:06:24 +0000 Subject: [PATCH] deps:(deps): bump mockall from 0.12.1 to 0.14.0 Bumps [mockall](https://github.com/asomers/mockall) from 0.12.1 to 0.14.0. - [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md) - [Commits](https://github.com/asomers/mockall/compare/v0.12.1...v0.14.0) --- updated-dependencies: - dependency-name: mockall dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e29a13..c1ad3c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1955,14 +1955,13 @@ dependencies = [ [[package]] name = "mockall" -version = "0.12.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b" dependencies = [ "cfg-if", "downcast", "fragile", - "lazy_static", "mockall_derive", "predicates", "predicates-tree", @@ -1970,9 +1969,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.12.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf" dependencies = [ "cfg-if", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index be294fd..b5b3353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ darling = "0.20" # Testing tokio-test = "0.4" -mockall = "0.12" +mockall = "0.14" wiremock = "0.6" criterion = { version = "0.5", features = ["html_reports", "async_tokio"] } rstest = "0.26"