diff --git a/.circleci/config.yml b/.circleci/config.yml index e218398..89c2cdc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ parameters: description: "If true, the success pipeline will be executed." orbs: - toolkit: jerus-org/circleci-toolkit@1.20.2 + toolkit: jerus-org/circleci-toolkit@1.23.0 executors: rust-env: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb1c86..fa978ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security - Dependencies: update rust crate serde_json to 1.0.134(pr [#69]) +- Dependencies: update dependency toolkit to v1.23.0(pr [#70]) ## [0.2.17] - 2024-12-21 @@ -188,6 +189,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#67]: https://github.com/jerus-org/lambda_sqs/pull/67 [#68]: https://github.com/jerus-org/lambda_sqs/pull/68 [#69]: https://github.com/jerus-org/lambda_sqs/pull/69 +[#70]: https://github.com/jerus-org/lambda_sqs/pull/70 [Unreleased]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.17...HEAD [0.2.17]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.16...v0.2.17 [0.2.16]: https://github.com/jerus-org/lambda_sqs/compare/v0.2.15...v0.2.16