From 1377f96ebf6eb7255a511c13579b1ed52cc25917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 10:49:28 +0000 Subject: [PATCH] Update mockito requirement from = 1.1.0 to = 1.2.0 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/1.1.0...1.2.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 e994e88..b5fe1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ thiserror = "1.0" [dev-dependencies] assert_matches = "1.5" -mockito = "= 1.1.0" +mockito = "= 1.2.0" colored = "= 2.0.0"