From a2460614f2fef465b6a2ada35603e20516e9aa85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:22:45 +0000 Subject: [PATCH] chore(deps): bump async-openai from 0.41.0 to 0.41.1 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.41.0 to 0.41.1. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.41.0...async-openai-v0.41.1) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.41.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6e87d8..98bbe9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,9 +29,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.41.0" +version = "0.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec57a13b36ba76764870363a9182d8bc9fb49538dc5a948dd2e5224fe65ce40" +checksum = "3007014661d5b98168b7b6f1014147bce8b1362a194783543eeb9f6117a20be9" dependencies = [ "async-openai-macros", "base64",