We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09cc59 commit f0ef8aeCopy full SHA for f0ef8ae
examples/low-level-rustls/Cargo.toml
@@ -8,7 +8,7 @@ publish = false
8
axum = { path = "../../axum" }
9
futures-util = { version = "0.3", default-features = false }
10
hyper = { version = "1.0.0", features = ["full"] }
11
-hyper-util = { version = "0.1" }
+hyper-util = { version = "0.1", features = ["http2"] }
12
tokio = { version = "1", features = ["full"] }
13
tokio-rustls = "0.26"
14
tower-service = "0.3.2"
0 commit comments