From 9ddd19cd19639a3a65be4c724bbc61e02abbd9cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:11:41 +0000 Subject: [PATCH] chore(deps): update rust crate actix-http to 3.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e82fecb..21c22b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/matter-labs/teepot" homepage = "https://github.com/matter-labs/teepot" [workspace.dependencies] -actix-http = "3" +actix-http = "3.6.0" actix-tls = "3" actix-web = { version = "4.5", features = ["rustls-0_22"] } anyhow = "1.0.82"