Skip to content

Commit 16a8ed0

Browse files
chore(deps): update criterion requirement from 0.7.0 to 0.8.0 (#60)
Updates the requirements on [criterion](https://github.com/criterion-rs/criterion.rs) to permit the latest version. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fcd8bb commit 16a8ed0

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
@@ -24,7 +24,7 @@ all = ["trie", "utils"]
2424
rand = { version = "0.9.2", optional = true }
2525

2626
[dev-dependencies]
27-
criterion = "0.7.0"
27+
criterion = "0.8.0"
2828
rand = "0.9.2"
2929
tokenizers = "0.22.0"
3030

0 commit comments

Comments
 (0)