From 7c67b0b367e0f75af7a5fca2978490cf61fa9265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 03:12:09 +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.0) --- updated-dependencies: - dependency-name: mockall dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fdf0d4..005dc70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1", optional = true } async-trait = "0.1" [dev-dependencies] -mockall = { version = "0.11", default-features = false } +mockall = { version = "0.12", default-features = false } serial_test = { version = "2.0.0", default-features = false } criterion = "0.5" serde_json = "1"