From 4a4cc4d68785b87cac07bcc3ce4152bf54e804b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:56:17 +0000 Subject: [PATCH] Update Rust crate actix-web to 4.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd8ef0a..b073866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" protocol = "sparse" [dependencies] -actix-web = "4.5" +actix-web = "4.5.1" reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"]} log = "0.4"