From 85f161f1168579d0d5827c868bdcd66c837870bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 22:33:52 +0000 Subject: [PATCH] fix(deps): update rust crate async-openai to 0.32.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33ed451..8b2a019 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.32.0" async-trait = "0.1.73" backoff = "0.4.0" clap = { version = "4.4.4", features = ["derive"] }