Add deprecation feature-flags to hyper v0.14

This commit is contained in:
Tokarak 2024-02-05 00:16:52 +00:00
parent 6e68113bbb
commit cf391b9216

View file

@ -21,7 +21,7 @@ regex = "1.10.2"
serde = { version = "1.0.193", features = ["derive"] }
cookie = "0.18.0"
futures-lite = "2.2.0"
hyper = { version = "0.14.28", features = ["full"] }
hyper = { version = "0.14.28", features = ["full", "backports", "deprecated"] }
hyper-rustls = "0.24.2"
percent-encoding = "2.3.1"
route-recognizer = "0.3.1"