1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

Update min version of http

Closes #630
This commit is contained in:
Douman 2018-12-15 09:26:56 +03:00
parent 46db09428c
commit e8bdcb1c08

View File

@ -69,7 +69,7 @@ base64 = "0.10"
bitflags = "1.0" bitflags = "1.0"
failure = "^0.1.2" failure = "^0.1.2"
h2 = "0.1" h2 = "0.1"
http = "^0.1.8" http = "^0.1.14"
httparse = "1.3" httparse = "1.3"
log = "0.4" log = "0.4"
mime = "0.3" mime = "0.3"