From f5122815d4fcf1270419f2f29016a366b587c610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 05:07:43 +0000 Subject: [PATCH] fix(deps): update rust crate async-openai to 0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33ed451..5c816cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.90" -async-openai = "0.14.2" +async-openai = "0.29.0" async-trait = "0.1.73" backoff = "0.4.0" clap = { version = "4.4.4", features = ["derive"] }