mirror of
https://github.com/actix/examples
synced 2024-11-30 09:12:54 +01:00
Update actix-session to 0.2.0 (#174)
This commit is contained in:
parent
77dd2cc4e3
commit
2b4e360adc
@ -8,7 +8,7 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "1.0.0"
|
actix-web = "1.0.0"
|
||||||
actix-files = "0.1.1"
|
actix-files = "0.1.1"
|
||||||
actix-session = "0.1.0"
|
actix-session = "0.2.0"
|
||||||
dotenv = "0.13.0"
|
dotenv = "0.13.0"
|
||||||
env_logger = "0.5.10"
|
env_logger = "0.5.10"
|
||||||
futures = "0.1.22"
|
futures = "0.1.22"
|
||||||
|
@ -9,7 +9,7 @@ edition = "2018"
|
|||||||
actix-rt = "0.2.2"
|
actix-rt = "0.2.2"
|
||||||
actix-web = "1.0.0"
|
actix-web = "1.0.0"
|
||||||
actix-files = "0.1.1"
|
actix-files = "0.1.1"
|
||||||
actix-session = "0.1.0"
|
actix-session = "0.2.0"
|
||||||
|
|
||||||
futures = "0.1.25"
|
futures = "0.1.25"
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "1.0.0"
|
actix-web = "1.0.0"
|
||||||
actix-session = "0.1.0"
|
actix-session = "0.2.0"
|
||||||
|
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
time = "0.1"
|
time = "0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user