From 47f381d3ce26d978595c31ee230298d9c37b7511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 06:56:52 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate lambda_runtime to 1.0.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b4136b..17f1f59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[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/Cargo.toml b/Cargo.toml index eb34d5e..f5f21ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ [dependencies] serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.145" -lambda_runtime = "1.0.1" +lambda_runtime = "1.0.2" [dev-dependencies] tokio = "1.48.0" From 921c98e439c6f74db2dbbe41978ba42a8a0b1793 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Wed, 24 Dec 2025 06:58:40 +0000 Subject: [PATCH 2/2] chore: update prlog for pr --- PRLOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 81cff3f..53831c4 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - deps: update dependency toolkit to v3(pr [#124]) +- deps: update rust crate lambda_runtime to 1.0.2(pr [#121]) ## [0.2.37] - 2025-11-28 @@ -411,6 +412,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#118]: https://github.com/jerus-org/lambda_sqs/pull/118 [#119]: https://github.com/jerus-org/lambda_sqs/pull/119 [#124]: https://github.com/jerus-org/lambda_sqs/pull/124 +[#121]: https://github.com/jerus-org/lambda_sqs/pull/121 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...HEAD [0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37 [0.2.36]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.35...v0.2.36