diff --git a/Cargo.lock b/Cargo.lock index da0d1db..0b0bd77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1386,9 +1386,9 @@ dependencies = [ [[package]] name = "mockall" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a" +checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" dependencies = [ "cfg-if", "downcast", @@ -1400,9 +1400,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020" +checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" dependencies = [ "cfg-if", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e4d32f2..c31b3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ http = "1" http-body-util = "0.1.2" hyper = "1.5.0" jsonwebtoken = "9.3.0" -mockall = "0.13.0" +mockall = "0.13.1" newtype-uuid = { version = "1.1.3", features = ["schemars08", "serde", "v4"] } oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls"] } partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }