Skip to content

Commit 7c58e40

Browse files
authored
Merge pull request #74 from github/dependabot/cargo/criterion-0.7
Update criterion requirement from 0.6 to 0.7
2 parents ad1e547 + bba72eb commit 7c58e40

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.6"
23+
criterion = "0.7"
2424
rand = "0.9"
2525
tiktoken-rs = "0.7"
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.6"
36+
criterion = "0.7"
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.6"
25+
criterion = "0.7"
2626

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

0 commit comments

Comments
 (0)