1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

fix http version req

This commit is contained in:
Rob Ede
2023-03-02 16:21:13 +00:00
parent d7c6774ad5
commit 20c7c07dc0
6 changed files with 9 additions and 6 deletions

View File

@ -69,7 +69,7 @@ derive_more = "0.99.5"
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures-util = { version = "0.3.17", default-features = false, features = ["alloc", "sink"] }
h2 = "0.3.9"
http = "0.2.5"
http = "0.2.7"
itoa = "1"
log =" 0.4"
mime = "0.3"