From 78e689f91c01f9c8e8296a11a4d4f4983366cb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:32:31 +0000 Subject: [PATCH] Bump async-openai from 0.32.1 to 0.32.2 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.32.1 to 0.32.2. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.32.1...async-openai-v0.32.2) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.32.2 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 af0a036..8bb5d61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,9 +87,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.32.1" +version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0827dbb7b06f98bf01e4aa4a4913adb17b4d1d6d4e82c0e905a84e5dcc95270" +checksum = "afb7051804e03daf32cd7e45e7a655bb6cea9283309d2253babfb38c09f4ea03" dependencies = [ "async-openai-macros", "backoff", diff --git a/Cargo.toml b/Cargo.toml index a4c240f..141fd22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.145" } serde_with = { version = "3.16.1" } futures = { version = "0.3.31" } -async-openai = { version = "0.32.1", features = [ +async-openai = { version = "0.32.2", features = [ "native-tls", "webhook", "responses",