Skip to content

Commit c6f0c3c

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] <[email protected]>
1 parent ca453d3 commit c6f0c3c

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
@@ -79,7 +79,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = ["f
7979
crossbeam-queue = "0.3"
8080
quickcheck = "1"
8181
quickcheck_macros = "1"
82-
mockall = "0.11"
82+
mockall = "0.13"
8383

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

0 commit comments

Comments
 (0)