From 2f0cbbf0249105b4deebb9ee9bf7ae8ac3d09feb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 05:18:54 +0000 Subject: [PATCH] Update mockito requirement from 0.29 to 0.30 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.29.0...0.30.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23860c6..697dee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ tokio = { version = "1.0", features = ["time"], default-features = false } [dev-dependencies] env_logger = "0.8" -mockito = "0.29" +mockito = "0.30"