Skip to content

Commit cd18f1c

Browse files
Update tiktoken-rs requirement from 0.7 to 0.9
Updates the requirements on [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) to permit the latest version. - [Release notes](https://github.com/zurawiki/tiktoken-rs/releases) - [Commits](zurawiki/tiktoken-rs@v0.7.0...v0.9.1) --- updated-dependencies: - dependency-name: tiktoken-rs dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0f4748 commit cd18f1c

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)