Skip to content

Commit 37f1747

Browse files
Update criterion requirement from 0.6 to 0.7
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](bheisler/criterion.rs@0.6.0...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4807944 commit 37f1747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ bytes = { version = "1.8.0", features = ["serde"] }
5757
clap = { version = "4", features = ["derive", "env"] }
5858
committable = "0.2"
5959
constant_time_eq = "0.4"
60-
criterion = "0.6"
60+
criterion = "0.7"
6161
crossbeam-queue = "0.3.11"
6262
data-encoding = "2.6.0"
6363
derive_builder = "0.20"

0 commit comments

Comments
 (0)