From 3e9228299450ad657fb7038a5383edaa6724d62e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:18:49 +0000 Subject: [PATCH] fix(deps): update rust crate aws_lambda_events to 0.18.0 --- functions-templates/rust/hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-templates/rust/hello-world/Cargo.toml b/functions-templates/rust/hello-world/Cargo.toml index beed7265685..f0528d16f68 100644 --- a/functions-templates/rust/hello-world/Cargo.toml +++ b/functions-templates/rust/hello-world/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aws_lambda_events = "0.17.0" +aws_lambda_events = "0.18.0" http = "0.2.9" lambda_runtime = "0.14.0" log = "0.4.17"