From e8155653fa988b2509c8f104afffe5e12c5b17b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 14:49:43 +0000 Subject: [PATCH] build(deps): bump async-openai from 0.34.0 to 0.35.0 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.34.0...async-openai-v0.35.0) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.35.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 7545a31..6dfaa64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec08254d61379df136135d3d1ac04301be7699fd7d9e57655c63ac7d650a6922" +checksum = "583553a05a8cbf55bbd67d6a824a206c21030556fdc5f43de387959f888fb6be" dependencies = [ "async-openai-macros", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 6d79ee7..132dc20 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.34.0", features = ["byot", "chat-completion"] } +async-openai = { version = "0.35.0", features = ["byot", "chat-completion"] } async-stream = "0.3" async-trait = "0.1.89" chrono = "0.4"