aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--macros/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
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"] }
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index d9ef7da..679e6b4 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -32,7 +32,7 @@ proc-macro-error = "1.0.4"
[dev_dependencies]
syrette = { version = "0.4.2", path = ".." }
-mockall = "0.11.1"
+mockall = "0.11.4"
pretty_assertions = "1.3.0"
syn = { version = "1.0.96", features = ["full", "extra-traits"] }
utility-macros = { git = "https://git.hampusmat.com/utility-macros" }