mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
update redis examples
This commit is contained in:
parent
93275d7986
commit
8c019519b9
@ -7,8 +7,8 @@ workspace = ".."
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.8.2"
|
actix = "0.8.2"
|
||||||
actix-web = "1.0.0"
|
actix-web = "1.0.3"
|
||||||
actix-redis = { git="https://github.com/actix/actix-redis.git" }
|
actix-redis = "0.6"
|
||||||
futures = "0.1.23"
|
futures = "0.1.23"
|
||||||
redis-async = "0.4.0"
|
redis-async = "0.4.0"
|
||||||
serde = "1.0.71"
|
serde = "1.0.71"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.8.2"
|
actix = "0.8.2"
|
||||||
actix-web = "1.0.0"
|
actix-web = "1.0.3"
|
||||||
actix-session = "0.1.0"
|
actix-session = "0.1.0"
|
||||||
actix-redis = { git = "https://github.com/actix/actix-redis.git", features = ["web"] }
|
actix-redis = { version = "0.6", features = ["web"] }
|
||||||
env_logger = "0.6"
|
env_logger = "0.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user