From 6f267b4fd7e37c6ceed45e320e456f0babaa3c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 16:26:37 +0000 Subject: [PATCH] chore(deps): update mockito requirement from 0.31.0 to 1.0.1 in /api 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.31.0...1.0.1) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index faf39bb3..4e879d11 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -26,4 +26,4 @@ thiserror = "1.0.37" url = "2.3.1" [dev-dependencies] -mockito = "0.31.0" +mockito = "1.0.1"