From 6decf9db87810ccf131ad2fbb291980e56105961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:19:37 +0000 Subject: [PATCH] build(deps): update criterion requirement from 0.3 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.3.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 ef25e15..863e140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["staticlib", "rlib"] paste = "1.0" [dev-dependencies] -criterion = {version = "0.3", features = ["html_reports"]} +criterion = {version = "0.5", features = ["html_reports"]} itertools = "0.12" rand = "0.8"