1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

use actix 0.6

This commit is contained in:
Nikolay Kim 2018-06-18 09:18:03 +06:00
parent 26f37ec2e3
commit 68cd5bdf68

View file

@ -50,9 +50,7 @@ flate2-rust = ["flate2/rust_backend"]
features = ["tls", "alpn", "session", "brotli", "flate2-c"]
[dependencies]
#actix = "^0.6.0"
actix = { git="https://github.com/actix/actix.git" }
actix = "0.6"
base64 = "0.9"
bitflags = "1.0"
failure = "0.1.1"
@ -77,7 +75,7 @@ time = "0.1"
encoding = "0.2"
language-tags = "0.2"
lazy_static = "1.0"
parking_lot = "0.5"
parking_lot = "0.6"
url = { version="1.7", features=["query_encoding"] }
cookie = { version="0.10", features=["percent-encode"] }
brotli2 = { version="^0.3.2", optional = true }