From 4c9e7a70b99fb9c495ca3ee4c7473ee3279d93cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 19:21:39 +0000 Subject: [PATCH] Bump lambda_runtime in /s3-uploader/runtimes/rust_on_provided_al2 Bumps [lambda_runtime](https://github.com/aws/aws-lambda-rust-runtime) from 1.0.2 to 1.2.1. - [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/v1.0.2...lambda_runtime-v1.2.1) --- updated-dependencies: - dependency-name: lambda_runtime dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock | 8 ++++---- s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock index b5e5c1abcd..ee5ee9c4bd 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock +++ b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "lambda_runtime" -version = "1.0.2" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0b4409eea054e4c06f0101fed547b2cf208e8eca9dc6d41dead4114577852b" +checksum = "4de91395937cd37777dce2c98ed95060a6fbd7dfaefb7ae3cc5fec84bb8379d0" dependencies = [ "async-stream", "base64", @@ -281,9 +281,9 @@ dependencies = [ [[package]] name = "lambda_runtime_api_client" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c039f06329949692a81a993ede4cfaa6abab3ac8e72590cf7c5e6a64a9ec7b1" +checksum = "b5e9ffa99f1e87b21d42ac98fe7eac55f4cfb9ed14677a64a7dab4d8f44399a4" dependencies = [ "bytes", "futures-channel", diff --git a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml index 5b0e7d7bcc..75a3d22130 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml +++ b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2024" [dependencies] -lambda_runtime = "1.0.2" +lambda_runtime = "1.2.1" tokio = { version = "1", features = ["macros"] } serde_json = "1.0.149"