Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zurawiki committed Sep 2, 2023
1 parent 963bc71 commit 78ebabc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
orkspace.resolver = "1"
members = [
"tiktoken-rs",
]
Expand Down
12 changes: 6 additions & 6 deletions tiktoken-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tiktoken-rs"
version = "0.5.1"
description = "Library for encoding and decoding with the tiktoken library in Rust"
rust-version = "1.57.0"
rust-version = "1.72.0"
include = ["assets/**/*", "src/**/*", "README.md"]
edition.workspace = true
keywords.workspace = true
Expand All @@ -14,14 +14,14 @@ license.workspace = true
readme = "../README.md"

[dependencies]
anyhow = "1.0.71"
async-openai = { version = "0.13.0", optional = true }
base64 = "0.21.2"
bstr = "1.5.0"
anyhow = "1.0.75"
async-openai = { version = "0.14.0", optional = true }
base64 = "0.21.3"
bstr = "0.2.17"
fancy-regex = "0.11.0"
lazy_static = "1.4.0"
parking_lot = "0.12.1"
pyo3 = { version = "0.19.0", optional = true }
pyo3 = { version = "0.19.2", optional = true }
rustc-hash = "1.1.0"

[features]
Expand Down

0 comments on commit 78ebabc

Please sign in to comment.