From 30922f3691d42dc4f9b599ce441d3cb83679dfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 18:58:59 +0000 Subject: [PATCH] build(deps): bump async-openai from 0.32.4 to 0.33.0 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.32.4 to 0.33.0. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.32.4...async-openai-v0.33.0) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.33.0 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 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"