aboutsummaryrefslogtreecommitdiff
path: root/macros/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-08-01 16:34:46 +0200
committerHampusM <hampus@hampusmat.com>2023-08-01 16:34:46 +0200
commit3b5eae15afcd29a1775bb8ea046d6f42d996f67c (patch)
tree7e4ea1b0a0e42d643f0c2fa251b601afc5a100b8 /macros/Cargo.toml
parent4781795e26c242e7babafd25dc5010dfa988a7ea (diff)
build: use mockall 0.11.4
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r--macros/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }