aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--askama_escape/Cargo.toml2
-rw-r--r--testing/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml
index 1521a69..8214ea8 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -16,7 +16,7 @@ rust-version = "1.58"
maintenance = { status = "actively-developed" }
[dev-dependencies]
-criterion = "0.4"
+criterion = "0.5"
[features]
json = []
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index c1d5ecc..89fd864 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -18,7 +18,7 @@ comrak = { version = "0.18", default-features = false, optional = true }
serde_json = { version = "1.0", optional = true }
[dev-dependencies]
-criterion = "0.4"
+criterion = "0.5"
trybuild = "1.0.76"
version_check = "0.9"