mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-07 00:00:15 +02:00
Update low-level-rustls example - add http2 feature flag (#3179)
Co-authored-by: richard <[email protected]>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user