From 92b39f52de4e14aaef9f1393814a76133a06410c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 15:12:45 +0000 Subject: [PATCH] chore(deps): update mockito requirement from 0.31.0 to 1.0.2 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.2) --- 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 0e464cc8..1fdff8f6 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -27,4 +27,4 @@ thiserror = "1.0.37" url = "2.3.1" [dev-dependencies] -mockito = "0.31.0" +mockito = "1.0.2"