1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

prepare actix-session release 0.5.0

This commit is contained in:
Rob Ede
2022-03-01 03:11:21 +00:00
parent 3959c55c47
commit c805dd7609
4 changed files with 10 additions and 6 deletions

View File

@ -44,10 +44,10 @@ time = "0.3"
tokio = { version = "1.13.1", features = ["sync"] }
tokio-util = "0.6.1"
# actix-session
# web
actix-web = { version = "4", default_features = false, optional = true }
actix-session = { version = "0.5.0-beta.8", optional = true }
rand = { version = "0.8.0", optional = true }
actix-session = { version = "0.5", optional = true }
rand = { version = "0.8", optional = true }
serde = { version = "1.0.101", optional = true }
serde_json = { version = "1.0.40", optional = true }