From 04748d26170d36831193692a87d9691a71f7884d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:58:43 +0000 Subject: [PATCH] Bump aws_lambda_events from 1.1.2 to 1.1.3 Bumps [aws_lambda_events](https://github.com/aws/aws-lambda-rust-runtime) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/aws/aws-lambda-rust-runtime/releases) - [Changelog](https://github.com/aws/aws-lambda-rust-runtime/blob/main/release-plz.toml) - [Commits](https://github.com/aws/aws-lambda-rust-runtime/compare/aws_lambda_events-v1.1.2...aws_lambda_events-v1.1.3) --- updated-dependencies: - dependency-name: aws_lambda_events dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9564952..f07308f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -769,9 +769,9 @@ dependencies = [ [[package]] name = "aws_lambda_events" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474e5c215398b56aa1c8021cb51907d132c022737dc86b1b5ac9a3fa0fa25fdc" +checksum = "6714eb6910c2370e48e739252ebf5024c6609ee83fc74cde50a1764949d17974" dependencies = [ "base64 0.22.1", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 50e3348..f0940ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.dependencies] async-std = "1.13.2" -aws_lambda_events = "1.1.2" +aws_lambda_events = "1.1.3" aws-config = "1.8.16" aws-sdk-ecs = "1.122.0" aws-sdk-s3 = "1.129.0"