Skip to content

Commit 10c3c64

Browse files
renovate[bot]spantaleev
authored andcommitted
Update Rust crate async-openai to 0.33.0
1 parent b3307b4 commit 10c3c64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ path = "src/lib.rs"
1717
[dependencies]
1818
anthropic = { git = "https://github.com/etkecc/anthropic-rs.git", branch = "fix-content-block-image" }
1919
anyhow = "1.0.*"
20-
async-openai = { version = "0.32.4", features = ["audio", "chat-completion", "image", "responses"] }
20+
async-openai = { version = "0.33.0", features = ["audio", "chat-completion", "image", "responses"] }
2121
base64 = "0.22.*"
2222
chrono = { version = "0.4.*", default-features = false, features = ["std", "now"] }
2323
# We'd rather not depend on this, but we cannot use the ruma-events EventContent macro without it.

0 commit comments

Comments
 (0)