From 851309f66c70655088585f9e51b0a3a9640a0ced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:53:01 +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.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/v1.0.2...lambda_runtime-v1.1.3) --- updated-dependencies: - dependency-name: lambda_runtime dependency-version: 1.1.3 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..30fec5d90c 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.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0b4409eea054e4c06f0101fed547b2cf208e8eca9dc6d41dead4114577852b" +checksum = "fcfafa53f881580c291de6a487e7f6d3c5830744fb004581cc82736cac258e2a" 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..336341b4f2 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.3" tokio = { version = "1", features = ["macros"] } serde_json = "1.0.149"