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:
parent
58230b15b9
commit
f774246d53
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue