[dep-upgrade-202402] prepare migration to http/hyper 1.0

This commit is contained in:
Alex Auvolat
2024-02-05 14:44:12 +01:00
parent 6e4229e29c
commit 6e69a1fffc
17 changed files with 67 additions and 94 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ form_urlencoded = "1.0.0"
http = "0.2"
httpdate = "1.0"
http-range = "0.1"
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream"] }
hyper = { version = "0.14", features = ["server", "http1", "runtime", "tcp", "stream", "backports", "deprecated"] }
hyperlocal = { version = "0.8.0", default-features = false, features = ["server"] }
multer = "3.0"
percent-encoding = "2.2"