diff --git a/Cargo.lock b/Cargo.lock index 61d9a29..6f80f78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,14 +1167,13 @@ dependencies = [ [[package]] name = "mockall" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +checksum = "d4c28b3fb6d753d28c20e826cd46ee611fda1cf3cde03a443a974043247c065a" dependencies = [ "cfg-if", "downcast", "fragile", - "lazy_static", "mockall_derive", "predicates", "predicates-tree", @@ -1182,9 +1181,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +checksum = "341014e7f530314e9a1fdbc7400b244efea7122662c96bfa248c31da5bfb2020" dependencies = [ "cfg-if", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 3df47ea..fecd7fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ http = "0.2.12" hyper = "0.14.30" hyper-rustls = "0.25" jsonwebtoken = "9.3.0" -mockall = "0.12.1" +mockall = "0.13.0" newtype-uuid = { version = "1.1.0", features = ["schemars08", "serde", "v4"] } oauth2 = "4.4.2" partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }