From 18909c929c2eca2fbec7a9bb8fdb39fb96b5f7c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 14:00:48 +0000 Subject: [PATCH] chore(deps): 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c06431a09..0ee27e8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ rust-embed = { version = "6.3.0", optional = true, features = ["include-exclude" env_logger = "0.10" serde_derive = "1.0.75" tempfile = "3.0.0" -criterion = "0.4" +criterion = "0.5" tiny_http = "0.12" time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]}