From b6efd94b79de9361269942891b30dc296abcebbe Mon Sep 17 00:00:00 2001 From: sksat Date: Wed, 30 Oct 2024 19:17:01 +0900 Subject: [PATCH] update actix-web to v4.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb6af50..36ab326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "GitHub notification manager" [dependencies] actix-service = "2.0.2" -actix-web = "4.5.1" +actix-web = "4.9.0" crypto-hashes = "0.10.0" futures = "0.3.30" hex = "0.4.3"