diff --git a/Cargo.toml b/Cargo.toml index f9d2076..2182759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" } [dependencies] async-trait = "0.1.80" lazy_static = "1.4" -mockall = { version = "0.12.1", optional = true } +mockall = { version = "0.13.0", optional = true } serde_json = { version = "1.0.116", optional = true } time = "0.3.36" tokio = { version = "1.37", features = [ "full" ] }