From 68cd5bdf686a5290827d441e25824195be99b3a2 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 18 Jun 2018 09:18:03 +0600 Subject: [PATCH] use actix 0.6 --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1195777f..ad7e16124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }