Skip to content

Commit 2d99576

Browse files
fix(deps): update rust crate mockall to 0.13.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent babbfbe commit 2d99576

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.4"
21-
mockall = { version = "0.12.1", optional = true }
21+
mockall = { version = "0.13.0", optional = true }
2222
serde_json = { version = "1.0.116", optional = true }
2323
time = "0.3.36"
2424
tokio = { version = "1.37", features = [ "full" ] }

0 commit comments

Comments
 (0)