From 73279ae6d63bfef762aac78f7d2a38304c0eecb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:07:13 +0000 Subject: [PATCH 1/2] fix(deps): update dependency toolkit to v4.4.3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce53e4a..e8ae0a8 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@4.2.1 + toolkit: jerus-org/circleci-toolkit@4.4.3 # Custom executors removed - using toolkit rolling executors instead From 9db2e27d61fc217dcbc86531527720da7c729cd8 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Tue, 24 Feb 2026 02:12:15 +0000 Subject: [PATCH 2/2] chore: update prlog for pr Signed-off-by: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> --- PRLOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PRLOG.md b/PRLOG.md index 68b4f8e..47d9c6a 100644 --- a/PRLOG.md +++ b/PRLOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add security improvements to CI(pr [#129]) +### Fixed + +- deps: update dependency toolkit to v4.4.3(pr [#130]) + ### Security - Dependencies: bump bytes from 1.9.0 to 1.11.1 in the cargo group across 1 directory(pr [#128]) @@ -436,6 +440,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#127]: https://github.com/jerus-org/lambda_sqs/pull/127 [#128]: https://github.com/jerus-org/lambda_sqs/pull/128 [#129]: https://github.com/jerus-org/lambda_sqs/pull/129 +[#130]: https://github.com/jerus-org/lambda_sqs/pull/130 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.3.0...HEAD [0.3.0]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.37...v0.3.0 [0.2.37]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.36...v0.2.37