From 91d30019ab29d76042f9f7e80ac4cdc0d11037f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:37:19 +0000 Subject: [PATCH] Bump async-openai from 0.32.2 to 0.32.3 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.32.2 to 0.32.3. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.32.2...async-openai-v0.32.3) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.32.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 bb56f80..152b971 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.32.2" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb7051804e03daf32cd7e45e7a655bb6cea9283309d2253babfb38c09f4ea03" +checksum = "16aa4b9090c12270cd0925f735958ab6f0296af7ac08ce0f53fe320bcaf1e23d" dependencies = [ "async-openai-macros", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 169ee01..8721114 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.148" } serde_with = { version = "3.16.1" } futures = { version = "0.3.31" } -async-openai = { version = "0.32.2", features = [ +async-openai = { version = "0.32.3", features = [ "native-tls", "webhook", "responses",