Skip to content

Commit

Permalink
Update mockall requirement from 0.11 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](asomers/mockall@v0.11.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 3b55c14 commit b7fb33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f
crossbeam-queue = "0.3"
quickcheck = "1"
quickcheck_macros = "1"
mockall = "0.11"
mockall = "0.13"

[features]
handles = ["crossbeam-epoch", "crossbeam-utils"]
Expand Down

0 comments on commit b7fb33e

Please sign in to comment.