From a3ff30a5eaca6ffcf82dd152affef4725acf0aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 04:58:55 +0000 Subject: 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] --- askama_escape/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_escape/Cargo.toml') 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 = [] -- cgit