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 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