Skip to content

Commit

Permalink
fix(deps): update rust crate mockall to 0.12.1 (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 1078042 commit 34facac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
async-trait = "0.1.80"
lazy_static = "1.4"
mockall = { version = "0.12", optional = true }
mockall = { version = "0.12.1", optional = true }
serde_json = { version = "1.0", optional = true }
time = "0.3"
tokio = { version = "1.37", features = [ "full" ] }
Expand Down

0 comments on commit 34facac

Please sign in to comment.