diff --git a/Cargo.lock b/Cargo.lock index 7545a31..6dfaa64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec08254d61379df136135d3d1ac04301be7699fd7d9e57655c63ac7d650a6922" +checksum = "583553a05a8cbf55bbd67d6a824a206c21030556fdc5f43de387959f888fb6be" dependencies = [ "async-openai-macros", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 6d79ee7..132dc20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0" [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } -async-openai = { version = "0.34.0", features = ["byot", "chat-completion"] } +async-openai = { version = "0.35.0", features = ["byot", "chat-completion"] } async-stream = "0.3" async-trait = "0.1.89" chrono = "0.4"