From 00c91a6f23f820a33f4bc0f658e5a1b3d349fc6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 00:48:43 +0000 Subject: [PATCH] fix(deps): update rust crate http to 0.2.8 (#4692) Co-authored-by: Renovate Bot Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/functions-templates/rust/hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions-templates/rust/hello-world/Cargo.toml b/src/functions-templates/rust/hello-world/Cargo.toml index 65d2e452658..872ae8674de 100644 --- a/src/functions-templates/rust/hello-world/Cargo.toml +++ b/src/functions-templates/rust/hello-world/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] aws_lambda_events = "0.6.3" -http = "0.2.7" +http = "0.2.8" lambda_runtime = "0.5.1" log = "0.4.17" simple_logger = "1.16.0"