From a31d411a96cd6f62babd78b5a2a447cf0ddd120f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 00:11:41 +0000 Subject: [PATCH] fix(deps): update rust crate http to 0.2.7 (#4588) Co-authored-by: Renovate Bot --- 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 ae22492bd38..c6918033218 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.5.0" -http = "0.2.6" +http = "0.2.7" lambda_runtime = "0.5.1" log = "0.4.16" simple_logger = "1.16.0"