From ee31eca90a7ff94447b9c9586df5b914548757ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 11:11:01 +0000 Subject: [PATCH] Bump lambda_runtime in /s3-uploader/runtimes/rust_on_provided_al2023 Bumps [lambda_runtime](https://github.com/aws/aws-lambda-rust-runtime) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/aws/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/aws/aws-lambda-rust-runtime/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: lambda_runtime dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock | 4 ++-- s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock index 86543a9dd5..5f11a9a731 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock +++ b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.lock @@ -256,9 +256,9 @@ dependencies = [ [[package]] name = "lambda_runtime" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46e566d19773ae483b0d32cc6045c5420d7b3eec6192ecb1c26ffa4e0091388a" +checksum = "dc0b4409eea054e4c06f0101fed547b2cf208e8eca9dc6d41dead4114577852b" dependencies = [ "async-stream", "base64", diff --git a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml index 4f5ac6cd9a..3d63e65365 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml +++ b/s3-uploader/runtimes/rust_on_provided_al2023/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.0" edition = "2024" [dependencies] -lambda_runtime = "1.0.1" +lambda_runtime = "1.0.2" tokio = { version = "1", features = ["macros"] } serde_json = "1.0.145"