diff --git a/Cargo.toml b/Cargo.toml index 96e22db..8b5a0b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.5" edition = "2024" [dependencies] -actix-web = "4.11.0" +actix-web = "4.12.1" actix-rt = "2.9" env_logger = "0.11.8" reqwest = { version = "0.12.23", features = ["json"] }