From e61fab292bc96854292b9697159a5f4faa56e3f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:02:00 +0000 Subject: [PATCH] build(deps): bump async-openai from 0.38.2 to 0.40.2 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.38.2 to 0.40.2. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.38.2...async-openai-v0.40.2) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.40.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"