From ca72f00f91e5926d6568e9f22d992c7994aca89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 03:02:33 +0000 Subject: [PATCH] Update aws_lambda_events requirement in /function-deployer-rs --- updated-dependencies: - dependency-name: aws_lambda_events dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- function-deployer-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-deployer-rs/Cargo.toml b/function-deployer-rs/Cargo.toml index 5aec0b2d2c..47cb5bed6f 100644 --- a/function-deployer-rs/Cargo.toml +++ b/function-deployer-rs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -aws_lambda_events = "0.18.0" +aws_lambda_events = "1.0.1" lambda_runtime = "1.0.1" async-trait = "0.1.74"