From 4587f7308501e90ec598ada2be6bda780b5f5136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 10:55:08 +0200 Subject: [PATCH] build(cargo): update mockito requirement from 0.32 to 1.0 (#105) 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.0...1.0.0) --- updated-dependencies: - dependency-name: mockito dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5026b3e..acf9f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,7 +100,7 @@ optional = true [dev-dependencies] isahc = "1" -mockito = "0.32" +mockito = "1.0" serde_json = "1" tokio = { version = "1", features = ["full"] }