Skip to content

Commit

Permalink
fix(deps): update rust crate async-openai to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 1564491 commit 891a408
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 @@ -19,7 +19,7 @@ debug = 1

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

0 comments on commit 891a408

Please sign in to comment.