Skip to content

Commit b7fb33e

Browse files
Update mockall requirement from 0.11 to 0.13
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] <support@github.com>
1 parent 3b55c14 commit b7fb33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f
7878
crossbeam-queue = "0.3"
7979
quickcheck = "1"
8080
quickcheck_macros = "1"
81-
mockall = "0.11"
81+
mockall = "0.13"
8282

8383
[features]
8484
handles = ["crossbeam-epoch", "crossbeam-utils"]

0 commit comments

Comments
 (0)