From 7ed4d0cd3e812ab5f85666faa2881565911bb6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:08:32 +0000 Subject: [PATCH] Update mockito requirement from 0.31.0 to 0.32.4 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.4) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdf697f..77bd3ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ chrono = { version = "0.4.19", features = ["serde"] } derive-new = "0.5.9" getset = "0.1.2" jsonwebtoken = "8.1.0" -mockito = "0.31.0" +mockito = "0.32.4" parking_lot = "0.12.1" reqwest = { version = "0.11.10", features = ["json"] } secrecy = "0.8.0" @@ -41,5 +41,5 @@ tracing = "0.1.35" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -mockito = "0.31.0" +mockito = "0.32.4" tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }