From 75755fadd23162a952b7e935343a6c0041a26b40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:43:32 +0000 Subject: [PATCH] chore(deps): 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 e82fecb..5edb6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ homepage = "https://github.com/matter-labs/teepot" [workspace.dependencies] actix-http = "3" actix-tls = "3" -actix-web = { version = "4.5", features = ["rustls-0_22"] } +actix-web = { version = "4.5.1", features = ["rustls-0_22"] } anyhow = "1.0.82" awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] } base64 = "0.22.0"