diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 4725877..7132858 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.54", features = ["derive", "env"] } light-openid = { version = "1.0.4", features = ["crypto-wrapper"] } lazy_static = "1.5.0" actix = "0.13.5" -actix-web = "4.11.0" +actix-web = "4.12.1" actix-remote-ip = "0.1.0" actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-identity = "0.8.0"