From 5c83d1102c63f2c91f9a6481a7106b31f1a89f58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 02:51:26 +0000 Subject: [PATCH] Update mockito requirement from 0.29 to 0.32 Updates the requirements on [mockito](https://github.com/lipanski/mockito) to permit the latest version. - [Release notes](https://github.com/lipanski/mockito/releases) - [Commits](https://github.com/lipanski/mockito/compare/0.29.0...0.32.0) --- updated-dependencies: - dependency-name: mockito 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 c770d9f..ac283e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ tokio = { version = "1.0", features = ["time"], default-features = false } [dev-dependencies] env_logger = "0.9" -mockito = "0.29" +mockito = "0.32"