Skip to content

Commit 6232045

Browse files
build(deps): bump criterion from 0.5.1 to 0.8.2
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.5.1 to 0.8.2. - [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@0.5.1...criterion-v0.8.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 94bfd9b commit 6232045

3 files changed

Lines changed: 57 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 55 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ stringcheese-icu-linebreak-component = { version = "0.1.0", path = "crates/strin
258258
# `stringcheese-index`. The workspace-external `stringcheese-tokenizer-hf-bench`
259259
# and `stringcheese-bench` pin the same 0.5 line independently — see
260260
# their manifests for the rationale.
261-
criterion = { version = "0.5", default-features = false, features = ["html_reports"] }
261+
criterion = { version = "0.8", default-features = false, features = ["html_reports"] }
262262

263263
[profile.release]
264264
lto = "thin"

crates/stringcheese-bench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dhat = { version = "0.3", optional = true }
7070
# transitive trees.
7171

7272
[dev-dependencies]
73-
criterion = { version = "0.5", default-features = false, features = ["html_reports"] }
73+
criterion = { version = "0.8", default-features = false, features = ["html_reports"] }
7474

7575
[[bench]]
7676
name = "levenshtein"

0 commit comments

Comments
 (0)