From 788ed3035cbdee725c0390ff7ca44c0fb879afa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:31:51 +0000 Subject: [PATCH] Update mockall requirement from 0.11 to 0.12 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.12.1) --- 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 7553bae9..4939c386 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -79,7 +79,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.12" [features] handles = ["crossbeam-epoch", "crossbeam-utils"]