From 924a1de6f36d1c60491726284a6d7aa89cecc064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:56:59 +0000 Subject: [PATCH] chore(deps): update mockito requirement from 0.31.0 to 0.32.3 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...0.32.3) --- 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 c2492263..8d3d6d62 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 = "0.32.3"