From d1d8326856de64504ba543b1c0228d41a876a9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 19:36:09 +0000 Subject: [PATCH] build(deps): update mockito requirement from 0.31.0 to 1.1.0 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.1.0) --- 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 5cae8af6..510b3824 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.1.0"