Skip to content

Commit db60e2e

Browse files
authored
Merge pull request #90 from github/dependabot/cargo/criterion-0.8
Update criterion requirement from 0.7 to 0.8
2 parents 5767b60 + fbf43af commit db60e2e

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.7"
23+
criterion = "0.8"
2424
rand = "0.9"
2525
tiktoken-rs = "0.9"
2626
tokenizers = { version = "0.22", features = ["http"] }

crates/geo_filters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde = { version = "1.0", default-features = false, optional = true }
3737
rand_chacha = { version = "0.9", optional = true }
3838

3939
[dev-dependencies]
40-
criterion = "0.7"
40+
criterion = "0.8"
4141
geo_filters = { path = ".", features = ["evaluation"] }
4242
rand = "0.9"
4343
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.7"
25+
criterion = "0.8"
2626

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

0 commit comments

Comments
 (0)