diff --git a/Cargo.toml b/Cargo.toml index 7040f0c..89ff33e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ trybuild = { version = "1.0", features = ["diff"] } syn = { version = "2.0", features = ["full", "extra-traits", "parsing"] } proc-macro2 = { version = "1.0", features = ["nightly"] } quote = "1.0" -async-openai = "0.23.1" +async-openai = "0.24.0" tokio = { version = "1.0", features = ["rt-multi-thread"] }