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

update httparse for uninit header parsing (#2374)

This commit is contained in:
fakeshadow
2021-08-29 08:42:22 +08:00
committed by GitHub
parent 5f412c67db
commit ff07816b65
2 changed files with 12 additions and 5 deletions

View File

@ -59,7 +59,7 @@ futures-core = { version = "0.3.7", default-features = false, features = ["alloc
futures-util = { version = "0.3.7", default-features = false, features = ["alloc", "sink"] }
h2 = "0.3.1"
http = "0.2.2"
httparse = "1.3"
httparse = "1.5.1"
itoa = "0.4"
language-tags = "0.3"
local-channel = "0.1"