1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2025-06-05 06:38:47 +00:00

Loosen failure version restriction

This commit is contained in:
Enrico Schmitz 2018-08-01 18:15:54 +02:00 committed by GitHub
parent 58230b15b9
commit f774246d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.1"
failure = "0.1.2"
# io
mio = "^0.6.13"