Skip to content

Commit ef820c9

Browse files
Update criterion requirement from 0.5 to 0.6
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.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 bcb4204 commit ef820c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/bpe/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test = true
2020
[dependencies]
2121
bpe = { path = "../../bpe", features = ["rand", "tiktoken"] }
2222
bpe-openai = { path = "../../bpe-openai" }
23-
criterion = "0.5"
23+
criterion = "0.6"
2424
rand = "0.9"
2525
tiktoken-rs = "0.6"
2626
tokenizers = { version = "0.21", features = ["http"] }

crates/geo_filters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rayon = { version = "1.7", optional = true }
3333
regex = { version = "1", optional = true }
3434

3535
[dev-dependencies]
36-
criterion = "0.5"
36+
criterion = "0.6"
3737
geo_filters = { path = ".", features = ["evaluation"] }
3838
rand = "0.9"
3939
rand_chacha = "0.9"

crates/string-offsets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ wasm-bindgen = { version = "0.2", optional = true }
2222
[dev-dependencies]
2323
rand = "0.9"
2424
rand_chacha = "0.9"
25-
criterion = "0.5"
25+
criterion = "0.6"
2626

2727
[[bench]]
2828
name = "performance"

0 commit comments

Comments
 (0)