Skip to content

Commit ec9d4bc

Browse files
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](bheisler/criterion.rs@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] <[email protected]>
1 parent 551e12c commit ec9d4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codetable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
3939
[dev-dependencies]
4040
hex = "0.4.2"
4141
unsigned-varint = { version = "0.8.0", default-features = false }
42-
criterion = "0.5.1"
42+
criterion = "0.6.0"
4343
rand = "0.8.5"
4444

4545
[[bench]]

0 commit comments

Comments
 (0)