From 6b138c8e07a79322162f04c1e8e87b9985fc42d3 Mon Sep 17 00:00:00 2001 From: RGGH Date: Mon, 12 Jan 2026 12:17:59 +0000 Subject: [PATCH] update actix-web version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }