Skip to content

Commit

Permalink
fix(deps): update rust crate async-openai to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 9e6028b commit 00d6a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktoken-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ debug = 1

[dependencies]
anyhow = "1.0.76"
async-openai = { version = "0.14.2", optional = true }
async-openai = { version = "0.27.0", optional = true }
base64 = "0.22.0"
bstr = "1.6.2"
dhat = { version = "0.3.2", optional = true }
Expand Down

0 comments on commit 00d6a22

Please sign in to comment.