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

session: Update actix-web dependency to 3.0.0-alpha.1

This commit is contained in:
Yuki Okushi
2020-03-13 06:04:07 +09:00
parent 570209c1b1
commit 30ee6e0b4c
3 changed files with 9 additions and 6 deletions

View File

@ -6,6 +6,6 @@ members = [
"actix-identity",
"actix-protobuf",
"actix-redis",
# "actix-session",
"actix-session",
"actix-web-httpauth",
]