1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-12-19 14:49:01 +00:00

Revert "Loosen failure version restriction"

This reverts commit f774246d53.
This commit is contained in:
Enrico Schmitz 2018-08-01 18:28:35 +02:00
parent f774246d53
commit 059e731c53

View file

@ -83,7 +83,7 @@ cookie = { version="0.11", features=["percent-encode"] }
brotli2 = { version="^0.3.2", optional = true }
flate2 = { version="^1.0.2", optional = true, default-features = false }
failure = "0.1.2"
failure = "=0.1.1"
# io
mio = "^0.6.13"