mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +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" }
|
axum = { path = "../../axum" }
|
||||||
futures-util = { version = "0.3", default-features = false }
|
futures-util = { version = "0.3", default-features = false }
|
||||||
hyper = { version = "1.0.0", features = ["full"] }
|
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 = { version = "1", features = ["full"] }
|
||||||
tokio-rustls = "0.26"
|
tokio-rustls = "0.26"
|
||||||
tower-service = "0.3.2"
|
tower-service = "0.3.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user