diff --git a/Cargo.toml b/Cargo.toml index 1fbd805..373ab58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.143" rust-s3 = { version = "0.37.0", features = ["tokio"] } -actix-web = "4.11.0" +actix-web = "4.12.0" actix-session = { version = "0.11.0", features = ["redis-session"] } light-openid = "1.0.4" thiserror = "2.0.17"