mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-26 20:40:29 +00:00
Update low-level-rustls example - add http2 feature flag (#3179)
Co-authored-by: richard <richardalanjones@gmail.com>
This commit is contained in:
parent
e09cc59365
commit
f0ef8ae29b
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user