1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

update dependencies

This commit is contained in:
Nikolay Kim 2019-05-12 21:36:05 -07:00
parent cb682b08e4
commit 38d4bdb8aa

View File

@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.6.0"
version = "0.6.0-beta.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
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 }