We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babbfbe commit 2d99576Copy full SHA for 2d99576
Cargo.toml
@@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
18
[dependencies]
19
async-trait = "0.1.80"
20
lazy_static = "1.4"
21
-mockall = { version = "0.12.1", optional = true }
+mockall = { version = "0.13.0", optional = true }
22
serde_json = { version = "1.0.116", optional = true }
23
time = "0.3.36"
24
tokio = { version = "1.37", features = [ "full" ] }
0 commit comments