From c286374856f5158ab960a033e3b9a021c42999d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 00:48:31 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate lambda_runtime to 0.14.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8eafa9..fcd605f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,9 +301,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "lambda_runtime" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b155960b864ababcc5ab553c9336e46db8ed0ad1cd38dc3be9e7c37b177aa310" +checksum = "edb1a631df22d6d81314268a94fda06ab15b3fa1fcea660e7c5c162caa8fba6b" dependencies = [ "async-stream", "base64", diff --git a/Cargo.toml b/Cargo.toml index 368b385..c84a9f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ exclude = [ [dependencies] serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" -lambda_runtime = "0.14.3" +lambda_runtime = "0.14.4" [dev-dependencies] tokio = "1.47.1" From 6304d065039c3ff8c63185eecca7946782a36c81 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Wed, 24 Sep 2025 00:51:01 +0000 Subject: [PATCH 2/2] chore: update prlog for pr --- PRLOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 04e7bd9..742d568 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -16,6 +16,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore-rename CHANGELOG.md to PRLOG.md(pr [#110]) - chore-update release.toml to reference PRLOG.md instead of CHANGELOG.md(pr [#111]) +### Fixed + +- deps: update rust crate lambda_runtime to 0.14.4(pr [#113]) + ### Security - Dependencies: bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory(pr [#109]) @@ -375,6 +379,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#110]: https://github.com/jerus-org/lambda_sqs/pull/110 [#111]: https://github.com/jerus-org/lambda_sqs/pull/111 [#112]: https://github.com/jerus-org/lambda_sqs/pull/112 +[#113]: https://github.com/jerus-org/lambda_sqs/pull/113 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...HEAD [0.2.34]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.33...v0.2.34 [0.2.33]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.32...v0.2.33