Update low-level-rustls example - add http2 feature flag (#3179)

Co-authored-by: richard <[email protected]>
This commit is contained in:
richard
2025-01-16 21:54:44 +01:00
committed by GitHub
co-authored by richard
parent e09cc59365
commit f0ef8ae29b
+1 -1
View File
@@ -8,7 +8,7 @@ publish = false
axum = { path = "../../axum" }
futures-util = { version = "0.3", default-features = false }
hyper = { version = "1.0.0", features = ["full"] }
hyper-util = { version = "0.1" }
hyper-util = { version = "0.1", features = ["http2"] }
tokio = { version = "1", features = ["full"] }
tokio-rustls = "0.26"
tower-service = "0.3.2"