From 50e7fa27a97aefea7c2b9ed250fb35f1baf09fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:03:26 +0000 Subject: [PATCH] Update mockito requirement from 0.31.0 to 1.0.0 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.0) --- 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..a7688c1 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 = "1.0.0" 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 = "1.0.0" tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }