mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-01 03:47:17 +02:00
Update actix-redis' dependencies (#24)
* Update actix-redis's dependencies * Change `chrono::Duration` to `time::Duration` in the docs * Remove unneeded comment * Update CHANGES.md
This commit is contained in:
@@ -21,10 +21,10 @@ path = "src/lib.rs"
|
||||
default = ["web"]
|
||||
|
||||
# actix-web integration
|
||||
web = ["actix/http", "actix-service", "actix-web", "actix-session/cookie-session", "rand", "serde", "serde_json"]
|
||||
web = ["actix-http/actors", "actix-service", "actix-web", "actix-session/cookie-session", "rand", "serde", "serde_json"]
|
||||
|
||||
[dependencies]
|
||||
actix = "0.9.0"
|
||||
actix = "0.10.0-alpha.2"
|
||||
actix-utils = "1.0.3"
|
||||
|
||||
log = "0.4.6"
|
||||
@@ -33,14 +33,15 @@ derive_more = "0.99.2"
|
||||
futures = "0.3.1"
|
||||
redis-async = "0.6.1"
|
||||
actix-rt = "1.0.0"
|
||||
time = "0.1.42"
|
||||
time = "0.2.9"
|
||||
tokio = "0.2.6"
|
||||
tokio-util = "0.2.0"
|
||||
|
||||
# actix-session
|
||||
actix-web = { version = "2.0.0", optional = true }
|
||||
actix-web = { version = "3.0.0-alpha.1", optional = true }
|
||||
actix-http = { version = "2.0.0-alpha.2", optional = true }
|
||||
actix-service = { version = "1.0.0", optional = true }
|
||||
actix-session = { version = "0.3.0", optional = true }
|
||||
actix-session = { version = "0.4.0-alpha.1", optional = true }
|
||||
rand = { version = "0.7.0", optional = true }
|
||||
serde = { version = "1.0.101", optional = true, features = ["derive"] }
|
||||
serde_json = { version = "1.0.40", optional = true }
|
||||
|
Reference in New Issue
Block a user