From 8ae21f1b921c3eefa2f8d9c279de6d0571c946bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:53:06 +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.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: lambda_runtime dependency-version: 1.1.2 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..02299cda97 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.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0b4409eea054e4c06f0101fed547b2cf208e8eca9dc6d41dead4114577852b" +checksum = "7c58c2197a86a6b73fdc61f18be54de1b1f7681d2df91e49798eac6ea2d482da" 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..9520767ff0 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.1.2" tokio = { version = "1", features = ["macros"] } serde_json = "1.0.149"