From 075fe1cf9ab0c378064589cbcc59ee06477f4ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Mon, 18 May 2020 23:51:05 +0200 Subject: [PATCH] update mockito to fix its compile issue --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07999f0..65614bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ async-trait = {version = "*", optional = true} [dev-dependencies] serde_json = "1.0" -mockito = "0.22" +mockito = "0.23" tokio = "0.2"