diff --git a/moneymgr_backend/Cargo.toml b/moneymgr_backend/Cargo.toml index e1bf997..cf97735 100644 --- a/moneymgr_backend/Cargo.toml +++ b/moneymgr_backend/Cargo.toml @@ -13,7 +13,7 @@ actix-web = "4.11.0" actix-cors = "0.7.1" actix-multipart = "0.7.2" actix-remote-ip = "0.1.0" -actix-session = { version = "0.10.0", features = ["redis-session"] } +actix-session = { version = "0.10.1", features = ["redis-session"] } actix-files = "0.6.6" lazy_static = "1.5.0" anyhow = "1.0.98"