diff --git a/atlas/Cargo.toml b/atlas/Cargo.toml index 0faccf1b1..7c9eebaa6 100644 --- a/atlas/Cargo.toml +++ b/atlas/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -async-openai = "0.23.4" +async-openai = "0.24.0" reqwest.workspace = true serde.workspace = true serde_json.workspace = true