chore(deps): bump mockall from 0.14.0 to 0.15.0 (#10240)

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-07-06 02:58:25 +00:00 committed by GitHub
parent aa466fca28
commit c26dbb26b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -6957,9 +6957,9 @@ dependencies = [
[[package]]
name = "mockall"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58d964098a5f9c6b63d0798e5372fd04708193510a7af313c22e9f29b7b620b"
checksum = "1a6ceddfe3ce334925e96bf420fdb2dcee5bed6c632a168ece622676dadeaf8a"
dependencies = [
"cfg-if 1.0.4",
"downcast",
@ -6971,9 +6971,9 @@ dependencies = [
[[package]]
name = "mockall_derive"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca41ce716dda6a9be188b385aa78ee5260fc25cd3802cb2a8afdc6afbe6b6dbf"
checksum = "9cfe16fbe8a314aeec0b861ac24e60b1e123e97634bab045475b9d6a18416fd8"
dependencies = [
"cfg-if 1.0.4",
"proc-macro2",

View file

@ -241,7 +241,7 @@ libc = { version = "0.2.182", default-features = false, features = ["std"] }
[dev-dependencies]
serial_test = { workspace = true }
mockall = { version = "0.14", default-features = false }
mockall = { version = "0.15", default-features = false }
wiremock = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true, features = ["compat"] }