Skip to content

Commit 7afb348

Browse files
fix(deps): update rust crate tiktoken-rs to 0.10.0
1 parent 59e25c4 commit 7afb348

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/embeddings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-openai = { version = "0.32.3", features = [
2424
"chat-completion",
2525
] }
2626
rmp-serde = "1.3.1"
27-
tiktoken-rs = { version = "0.9.1", default-features = false }
27+
tiktoken-rs = { version = "0.10.0", default-features = false }
2828
try-partialord = "0.1.3"
2929
crc32fast = { default-features = false, version = "1.3.2" }
3030
shellexpand = "3.1.0"

0 commit comments

Comments
 (0)