diff --git a/Cargo.lock b/Cargo.lock index 16ca50d..2d0aa95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.38.2" +version = "0.40.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bb666d696156a8da537278ecb3195806d885edf25a573ce23ceec4dee2b0eee" +checksum = "01fa0605961e005565ddbeff2d8f9148b8893128381ee3bec3a5df4e6a8d0f74" dependencies = [ "async-openai-macros", "base64", diff --git a/Cargo.toml b/Cargo.toml index ad7c490..d8b2af0 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.38.2", features = ["byot", "chat-completion"] } +async-openai = { version = "0.40.2", features = ["byot", "chat-completion"] } async-stream = "0.3" async-trait = "0.1.89" chrono = "0.4"