From 236019fd6fd98d8b28acd0d6af977d17b39b2934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:01:20 +0000 Subject: [PATCH] Update criterion requirement from 0.4.0 to 0.5.1 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.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4007794..a9a5c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ tempfile = "3" femme = "2.2.1" html2text = "0.5.0" [dev-dependencies.criterion] -version = "0.4.0" +version = "0.5.1" features = ["async_tokio"] [build-dependencies.skeptic]