From f1bf0fe149f657e48587b45e7fd28966f8ec5df5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:02:38 +0000 Subject: [PATCH] fix(deps): update rust crate async-openai to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18ba76b..394889b 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.28.0" async-trait = "0.1.73" backoff = "0.4.0" clap = { version = "4.4.4", features = ["derive"] }