chore(deps): bump mockall from 0.13.1 to 0.14.0 (#9511)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-03 13:34:15 -04:00
committed by GitHub
parent 0e4a367db1
commit 302dafc41b
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -6165,9 +6165,9 @@ dependencies = [
[[package]]
name = "mockall"
version = "0.13.1"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2"
checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b"
dependencies = [
"cfg-if",
"downcast",
@@ -6179,9 +6179,9 @@ dependencies = [
[[package]]
name = "mockall_derive"
version = "0.13.1"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898"
checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf"
dependencies = [
"cfg-if",
"proc-macro2",
+1 -1
View File
@@ -231,7 +231,7 @@ libc = { version = "0.2.182", default-features = false, features = ["std"] }
[dev-dependencies]
serial_test = { workspace = true }
mockall = { version = "0.13", default-features = false }
mockall = { version = "0.14", default-features = false }
wiremock = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true, features = ["compat"] }