From ec9d4bce6e01b3a22bb5eaaa31fba95aeae8ca73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 05:16:02 +0000 Subject: [PATCH] chore(deps): update criterion requirement from 0.5.1 to 0.6.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.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codetable/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codetable/Cargo.toml b/codetable/Cargo.toml index 03a4709..6a2c77a 100644 --- a/codetable/Cargo.toml +++ b/codetable/Cargo.toml @@ -39,7 +39,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] } [dev-dependencies] hex = "0.4.2" unsigned-varint = { version = "0.8.0", default-features = false } -criterion = "0.5.1" +criterion = "0.6.0" rand = "0.8.5" [[bench]]