chore(deps): bump mockall from 0.13.1 to 0.14.0

Bumps [mockall](https://github.com/asomers/mockall) from 0.13.1 to 0.14.0.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/compare/v0.13.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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-29 20:53:05 +00:00
committed by GitHub
parent 13f7be2ed5
commit 4c9aaa14b3
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -6176,9 +6176,9 @@ dependencies = [
[[package]] [[package]]
name = "mockall" name = "mockall"
version = "0.13.1" version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"downcast", "downcast",
@@ -6190,9 +6190,9 @@ dependencies = [
[[package]] [[package]]
name = "mockall_derive" name = "mockall_derive"
version = "0.13.1" version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"proc-macro2", "proc-macro2",
+1 -1
View File
@@ -233,7 +233,7 @@ libc = { version = "0.2.182", default-features = false, features = ["std"] }
[dev-dependencies] [dev-dependencies]
serial_test = { workspace = true } serial_test = { workspace = true }
mockall = { version = "0.13", default-features = false } mockall = { version = "0.14", default-features = false }
wiremock = { workspace = true } wiremock = { workspace = true }
tokio = { workspace = true } tokio = { workspace = true }
tokio-util = { workspace = true, features = ["compat"] } tokio-util = { workspace = true, features = ["compat"] }