diff --git a/Cargo.lock b/Cargo.lock index 03c1fa0..beada8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,9 +781,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", @@ -795,9 +795,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", @@ -831,7 +831,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] @@ -1441,7 +1441,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" dependencies = [ "rustix 1.0.5", - "windows-sys 0.59.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index ceabb96..024f0f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ symphony = ["communication", "dep:serde", "dep:serde_json", "dep:symphony"] async-trait = { version = "0.1" } bytes = { version = "1.11.1" } mediatype = "0.20" -mockall = { version = "0.13", optional = true } +mockall = { version = "0.14", optional = true } protobuf = { version = "3.7.2", features = ["with-bytes"] } # https://rustsec.org/advisories/RUSTSEC-2026-0097 rand = { version = "0.9.3" } @@ -69,7 +69,7 @@ protoc-bin-vendored = { version = "3.2" } clap = { version = "4.6.1" } cucumber = { version = "0.23.0", features = ["output-junit"] } hex = { version = "0.4.3" } -mockall = { version = "0.13.1" } +mockall = { version = "0.14.0" } test-case = { version = "3.3.1" } time = { version = "0.3.47" } tokio = { version = "1.45.1", default-features = false, features = [