diff --git a/Cargo.toml b/Cargo.toml
index e6e1ccf..ec545ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ license = "GPL-3.0-only"
 
 [dependencies]
 clap = { version = "4.5.34", features = ["derive", "env"] }
-actix-web = "4"
+actix-web = "4.10.2"
 actix-files = "0.6"
 actix-multipart = "0.7.2"
 env_logger = "0.11.7"