From 38d4bdb8aa5012fba604a74aa89e0193b38808c0 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sun, 12 May 2019 21:36:05 -0700 Subject: [PATCH] update dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 36df610b9..b076f312e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-redis" -version = "0.6.0" +version = "0.6.0-beta.4" authors = ["Nikolay Kim "] description = "Redis integration for actix framework" license = "MIT/Apache-2.0" @@ -28,7 +28,7 @@ default = ["web"] web = ["actix/http", "actix-service", "actix-utils", "actix-web", "actix-session/cookie-session", "rand", "serde", "serde_json"] [dependencies] -actix = "0.8.0-alpha.3" +actix = "0.8.2" log = "0.4" backoff = "0.1" @@ -41,10 +41,10 @@ redis-async = "0.4" time = "0.1" # actix web session -actix-web = { version = "1.0.0-alpha.6", optional=true } -actix-utils = { version = "0.3.3", optional=true } -actix-service = { version = "0.3.4", optional=true } -actix-session = { version = "0.1.0-alpha.6", optional=true } +actix-web = { version = "1.0.0-beta.5", optional=true } +actix-utils = { version = "0.4.0", optional=true } +actix-service = { version = "0.4.0", optional=true } +actix-session = { version = "0.1.0-beta.4", optional=true } rand = { version="0.6.5", optional=true } serde = { version="1.0", optional=true } serde_json = { version="1.0", optional=true }