aboutsummaryrefslogtreecommitdiffstats
path: root/askama_escape/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-26 15:46:12 +0200
committerLibravatar GitHub <noreply@github.com>2022-09-26 15:46:12 +0200
commitf88403430bd1f998a1688bf8329ba5071904219b (patch)
tree1d6bfce12b233f148700407f4eb9a395e08e6ef8 /askama_escape/Cargo.toml
parente215a94bd2499f2bb8cb2515b0973c7d5c794c3a (diff)
downloadaskama-f88403430bd1f998a1688bf8329ba5071904219b.tar.gz
askama-f88403430bd1f998a1688bf8329ba5071904219b.tar.bz2
askama-f88403430bd1f998a1688bf8329ba5071904219b.zip
Update criterion requirement from 0.3 to 0.4 (#721)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 99a03f8..9af4b72 100644
--- a/askama_escape/Cargo.toml
+++ b/askama_escape/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
maintenance = { status = "actively-developed" }
[dev-dependencies]
-criterion = "0.3"
+criterion = "0.4"
[features]
json = []