From 8ba5c8e5f6d7d540f1e7e0a3e60db10a6d19bb21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:40:35 +0000 Subject: [PATCH] chore(deps): Update mockall requirement from 0.12.1 to 0.13.0 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.12.1...v0.13.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 f5913ca..37e783e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ tracing = { version = "0.1.40" } url = { version = "2.5.0" } # Optional dependencies -mockall = { version = "0.12.1", optional = true } +mockall = { version = "0.13.0", optional = true } moka = { version = "0.12.3", features = ["future"], optional = true } # ATLAS internal dependencies