From 9c031f8bf64f7938cd5a69c8908f6577dfff1b7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:39:49 +0000 Subject: [PATCH] Update Rust crate actix-web to 4.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fec0e27..da25cec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" protocol = "sparse" [dependencies] -actix-web = "4.4" +actix-web = "4.5" reqwest = { version = "0.11", features = ["json"] } serde = { version = "1.0", features = ["derive"]} log = "0.4"