From c24774b21840b2b485dc38903fc8d19feec2a659 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 00:53:38 +0000 Subject: [PATCH] Update Rust crate async-openai to 0.41.0 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 455e660bcf..83bf11f268 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,7 +24,7 @@ license = "Apache-2.0" [workspace.dependencies] anyhow = "1.0.100" arc-swap = "1.9.0" -async-openai = "0.33.1" +async-openai = "0.41.0" async-trait = "0.1.89" asynk-strim-attr = "0.1.0" axum = "0.8.8"