diff --git a/api-rust/Cargo.toml b/api-rust/Cargo.toml index 36da3b970c..9f4a8fa515 100644 --- a/api-rust/Cargo.toml +++ b/api-rust/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] async-graphql = "=7.0.13" async-graphql-axum = "=7.0.13" -axum = "=0.7.9" +axum = "=0.8.0" dotenvy = "=0.15.7" futures-util = "=0.3.31" openai-api-rs = "=5.2.4"