Skip to content

Commit f2cef70

Browse files
authored
Merge pull request #63 from github/dependabot/cargo/criterion-0.6
Update criterion requirement from 0.5 to 0.6
2 parents bcb4204 + ef820c9 commit f2cef70

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)