diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 7243c5c..ed97c6c 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -24,7 +24,7 @@ serde_json = "1.0.145" rand = "0.9.2" actix = "0.13.5" actix-identity = "0.8.0" -actix-session = { version = "0.10.1", features = ["cookie-session"] } +actix-session = { version = "0.11.0", features = ["cookie-session"] } actix-cors = "0.7.1" actix-multipart = { version = "0.7.2", features = ["derive"] } actix-remote-ip = "0.1.0"