diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index 1c2f8a2..0ec8b25 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -28,7 +28,7 @@ ndc-models = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.2" } ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.2", optional = true } async-trait = "0.1.79" -axum = "0.6.20" +axum = { version = "0.6.20", features = ["http2"] } axum-extra = "0.8.0" bytes = "1.6.0" clap = { version = "4.5.4", features = ["derive", "env"] }