mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
Add deprecation feature-flags to hyper v0.14
This commit is contained in:
parent
6e68113bbb
commit
cf391b9216
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue