aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-24 04:58:55 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-05-24 09:47:44 +0200
commita3ff30a5eaca6ffcf82dd152affef4725acf0aa8 (patch)
treec0019ea52e727a2606f6346bb36b2d1f54b2efb5 /askama_escape/Cargo.toml
parent239f59b9b1799e49fcdf34aa50ac344c10647a29 (diff)
downloadaskama-a3ff30a5eaca6ffcf82dd152affef4725acf0aa8.tar.gz
askama-a3ff30a5eaca6ffcf82dd152affef4725acf0aa8.tar.bz2
askama-a3ff30a5eaca6ffcf82dd152affef4725acf0aa8.zip
Update criterion requirement from 0.4 to 0.5
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'askama_escape/Cargo.toml')
-rw-r--r--askama_escape/Cargo.toml2
1 files changed, 1 insertions, 1 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 = []