From 19aafee3c865b14f5b5444dbb92aa44654622df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 04:58:00 +0000 Subject: [PATCH] Update criterion requirement from 0.4.0 to 0.5.0 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 00899ed..6a6eba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ schemars = { version = "0.8.12", optional = true } [dev-dependencies] serde_json = "1.0" -criterion = {version = "0.4.0", features= ["html_reports"]} +criterion = {version = "0.5.0", features= ["html_reports"]} does-it-json = "0.0.4" [badges]