Skip to content

Commit

Permalink
Update mockall requirement from 0.12 to 0.13
Browse files Browse the repository at this point in the history
Updates the requirements on [mockall](https://github.com/asomers/mockall) to permit the latest version.
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](https://github.com/asomers/mockall/commits)

---
updated-dependencies:
- dependency-name: mockall
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 2889b2e commit 8752b7a
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 @@ -31,7 +31,7 @@ tracing = "0.1"

[dev-dependencies]
tokio = { version = "1", features = ["macros"] }
mockall = "0.12"
mockall = "0.13"
httpmock = "0.7"
rand = "0.8"

Expand Down

0 comments on commit 8752b7a

Please sign in to comment.