1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-09-02 04:56:38 +02:00

update limitation's session version

This commit is contained in:
Rob Ede
2022-07-09 19:55:53 +01:00
parent 3b1c161547
commit 97ee544057
3 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
edition = "2018"
[dependencies]
actix-session = "0.5"
actix-session = "0.7"
actix-utils = "3"
actix-web = { version = "4", default-features = false }