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

Co-authored-by: richard <richardalanjones@gmail.com>
This commit is contained in:
richard 2025-01-16 12:54:44 -08:00 committed by GitHub
parent e09cc59365
commit f0ef8ae29b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"