From f7caa3f405d5b213bb9c0aafe762035d764294f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 15:22:48 +0000 Subject: [PATCH] chore(deps): bump async-openai from 0.40.2 to 0.41.0 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.40.2 to 0.41.0. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.40.2...async-openai-v0.41.0) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.41.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 e518366..526b2dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,9 +29,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.40.2" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01fa0605961e005565ddbeff2d8f9148b8893128381ee3bec3a5df4e6a8d0f74" +checksum = "3ec57a13b36ba76764870363a9182d8bc9fb49538dc5a948dd2e5224fe65ce40" dependencies = [ "async-openai-macros", "base64", diff --git a/Cargo.toml b/Cargo.toml index 8e735e3..d6499e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tracing = "0.1" uuid = { version = "1", features = ["v4"] } [dev-dependencies] -async-openai = { version = "0.40", default-features = false, features = ["chat-completion", "rustls"] } +async-openai = { version = "0.41", default-features = false, features = ["chat-completion", "rustls"] } pretty_assertions = "1" proptest = "1" tokio = { version = "1", features = ["full", "test-util"] }