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

@ -21,14 +21,14 @@ default = ["http"]
[dependencies]
bytestring = ">=0.1.5, <2"
http = { version = "0.2.5", optional = true }
http = { version = "0.2.7", optional = true }
regex = "1.5"
serde = "1"
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
http = "0.2.5"
http = "0.2.7"
serde = { version = "1", features = ["derive"] }
percent-encoding = "2.1"