From 3233e9afcaa15910b236db54cbd2e1a6978ba335 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:48:48 +0000 Subject: [PATCH 1/2] fix(deps): update dependency toolkit to v2.17.2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c09353..a720c82 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ parameters: description: "If true, the success pipeline will be executed." orbs: - toolkit: jerus-org/circleci-toolkit@2.16.0 + toolkit: jerus-org/circleci-toolkit@2.17.2 executors: rust-env: From fc84fa214623670dd64d18ea4e9a2a29441e7f22 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:50:06 +0000 Subject: [PATCH 2/2] chore: update prlog for pr --- PRLOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index a6b47f4..828449f 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- deps: update dependency toolkit to v2.17.2(pr [#123]) + ## [0.2.37] - 2025-11-28 ### Fixed @@ -404,6 +410,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#120]: https://github.com/jerus-org/lambda_sqs/pull/120 [#118]: https://github.com/jerus-org/lambda_sqs/pull/118 [#119]: https://github.com/jerus-org/lambda_sqs/pull/119 +[#123]: https://github.com/jerus-org/lambda_sqs/pull/123 +[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 [0.2.35]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.34...v0.2.35