diff --git a/Cargo.toml b/Cargo.toml index 331cd3c1..7ea0466e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ default = ["client"] client = ["dep:dirs", "dep:graphql_client", "dep:openidconnect", "dep:toml"] [dependencies] -async-graphql = { version = "7.0.16", features = ["tracing"] } -async-graphql-axum = "7.0.16" +async-graphql = { version = "7.0.17", features = ["tracing"] } +async-graphql-axum = "7.0.17" axum = "0.8.4" axum-extra = { version = "0.10.1", features = ["typed-header"] } chrono = "0.4.41"