diff --git a/Cargo.toml b/Cargo.toml index 9b4c405..6fe6142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2024" [dependencies] clap = {version = "4.5.9", features = ["derive", "env"]} -actix-web = "4" +actix-web = "4.10.2" env_logger = "0.11.5" log = "0.4.22"