mirror of
https://github.com/actix/actix-web.git
synced 2024-12-24 09:00:34 +00:00
pin failure crate
This commit is contained in:
parent
696152f763
commit
86e44de787
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,6 @@ actix = "0.7.0"
|
||||||
|
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
failure = "0.1.1"
|
|
||||||
h2 = "0.1"
|
h2 = "0.1"
|
||||||
htmlescape = "0.3"
|
htmlescape = "0.3"
|
||||||
http = "^0.1.5"
|
http = "^0.1.5"
|
||||||
|
@ -82,6 +81,8 @@ cookie = { version="0.10", features=["percent-encode"] }
|
||||||
brotli2 = { version="^0.3.2", optional = true }
|
brotli2 = { version="^0.3.2", optional = true }
|
||||||
flate2 = { version="1.0", optional = true, default-features = false }
|
flate2 = { version="1.0", optional = true, default-features = false }
|
||||||
|
|
||||||
|
failure = "=0.1.1"
|
||||||
|
|
||||||
# io
|
# io
|
||||||
mio = "^0.6.13"
|
mio = "^0.6.13"
|
||||||
net2 = "0.2"
|
net2 = "0.2"
|
||||||
|
|
Loading…
Reference in a new issue