Skip to content

Commit 5767b60

Browse files
authored
Merge pull request #88 from github/dependabot/cargo/tiktoken-rs-0.9
Update tiktoken-rs requirement from 0.7 to 0.9
2 parents e0f4748 + cd18f1c commit 5767b60

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/bpe-openai/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ unicode-normalization = "0.1"
2121

2222
[dev-dependencies]
2323
bpe = { version = "0.2", path = "../bpe", features = ["rand"] }
24-
tiktoken-rs = "0.7"
24+
tiktoken-rs = "0.9"
2525

2626
[build-dependencies]
2727
base64 = "0.22"

crates/bpe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] }
2626

2727
[dev-dependencies]
2828
bpe = { path = "." }
29-
tiktoken-rs = "0.7"
29+
tiktoken-rs = "0.9"
3030

3131
[package.metadata.docs.rs]
3232
all-features = true

crates/bpe/benchmarks/Cargo.toml

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

crates/bpe/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bpe = { path = "../../bpe", features = ["rand"] }
77
bpe-openai = { path = "../../bpe-openai" }
88
itertools = "0.14"
99
rand = "0.9"
10-
tiktoken-rs = "0.7"
10+
tiktoken-rs = "0.9"

0 commit comments

Comments
 (0)