diff --git a/Cargo.toml b/Cargo.toml index a19073d..e7f00dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2024" [dependencies] clap = { version = "4.5.34", features = ["derive", "env"] } tar = "0.4.38" -actix-web = "4" +actix-web = "4.10.2" actix = "0.13.0" lazy_static = "1.4.0" log = "0.4.17"