mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
update user_session sample (#292)
This commit is contained in:
committed by
GitHub
parent
2bc48c18c8
commit
f6d103da57
@ -5,6 +5,6 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-session = "0.5.0-beta.8"
|
||||
actix-session = { version = "0.7.2", features = ["cookie-session"] }
|
||||
futures-util = { version = "0.3.7", default-features = false, features = ["std"] }
|
||||
env_logger = "0.7"
|
||||
|
Reference in New Issue
Block a user