From 981a55a8e2094a4319acdec447fc3b0bc8eb7552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:00:01 +0000 Subject: [PATCH] Update mockito requirement from 0.32.3 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.32.3...1.0.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9cb6673e..c3852f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ isahc-static-curl = ["isahc/static-curl"] env_logger = "0.10" futures-await-test = "0.3" futures = "0.3" -mockito = "0.32.3" +mockito = "1.0.0" meilisearch-test-macro = { path = "meilisearch-test-macro" } tokio = { version = "1", features = ["rt", "macros"] }