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"] }