From 3b5eae15afcd29a1775bb8ea046d6f42d996f67c Mon Sep 17 00:00:00 2001 From: HampusM Date: Tue, 1 Aug 2023 16:34:46 +0200 Subject: build: use mockall 0.11.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3e43668..9558741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ async-trait = { version = "0.1.57", optional = true } async-lock = { version = "2.6.0", optional = true } [dev_dependencies] -mockall = { git = "https://github.com/HampusMat/mockall" } +mockall = "0.11.4" anyhow = "1.0.62" third-party-lib = { path = "./examples/with-3rd-party/third-party-lib" } tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread", "time"] } -- cgit v1.2.3-18-g5258