diff --git a/Cargo.lock b/Cargo.lock index 2ab3eb5..ad63194 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,9 +181,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.32.4" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4d91c2005832450ad9ac92411b9d4cec39e30be21adc76553efc47f812d59c7" +checksum = "b3ef6d66e53b3ec8ed4bae8e6dcdda75c0f5b4f67faba78fac1b09434cb4f2fc" dependencies = [ "async-openai-macros", "backoff", diff --git a/Cargo.toml b/Cargo.toml index c76d440..7b63f0e 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.32.4", features = ["byot", "chat-completion"] } +async-openai = { version = "0.33.0", features = ["byot", "chat-completion"] } async-stream = "0.3" async-trait = "0.1.89" chrono = "0.4"