Skip to content

Commit 0284941

Browse files
fix(deps): update rust crate mockall to 0.14.0
1 parent 4efe245 commit 0284941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
1818
[dependencies]
1919
async-trait = "0.1.80"
2020
lazy_static = "1.5"
21-
mockall = { version = "0.13.0", optional = true }
21+
mockall = { version = "0.14.0", optional = true }
2222
serde_json = { version = "1.0.116", optional = true }
2323
time = "0.3.36"
2424
tokio = { version = "1.40", features = ["full"] }

0 commit comments

Comments
 (0)