From b7fb33e2cbbef2aa8425390ab0eca9f363bc0a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:02:45 +0000 Subject: [PATCH] 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](https://github.com/asomers/mockall/compare/v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: mockall dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metrics-util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 5df68559..cf8aa19f 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -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"]