Skip to content

Commit b996f77

Browse files
authored
Merge pull request #84 from github/dependabot/cargo/tokenizers-0.22
Update tokenizers requirement from 0.21 to 0.22
2 parents 5400b0f + f860491 commit b996f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/bpe/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ bpe-openai = { path = "../../bpe-openai" }
2323
criterion = "0.7"
2424
rand = "0.9"
2525
tiktoken-rs = "0.7"
26-
tokenizers = { version = "0.21", features = ["http"] }
26+
tokenizers = { version = "0.22", features = ["http"] }

0 commit comments

Comments
 (0)