From 95a05e44ffb5ad42665e20f2e73e081186cd7340 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 02:16:03 +0000 Subject: [PATCH 1/2] chore(deps): update dependency toolkit to v2 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2da24ccb..10073ec1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ parameters: description: "If true, the success pipeline will be executed." orbs: - toolkit: jerus-org/circleci-toolkit@1.23.0 + toolkit: jerus-org/circleci-toolkit@2.0.0 executors: rust-env: From da84d16d1be02e2c95447d45c895fdb9fc22e8a0 Mon Sep 17 00:00:00 2001 From: Jerus Bot <171541392+jerus-bot@users.noreply.github.com> Date: Thu, 9 Jan 2025 02:20:39 +0000 Subject: [PATCH 2/2] chore: update changelog for pr --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b38af6..e25c1d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.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] + +### Security + +- Dependencies: update dependency toolkit to v2(pr [#716]) + ## [0.4.33] - 2024-12-27 ### Security @@ -651,6 +657,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#713]: https://github.com/jerus-org/mockd/pull/713 [#715]: https://github.com/jerus-org/mockd/pull/715 [#714]: https://github.com/jerus-org/mockd/pull/714 +[#716]: https://github.com/jerus-org/mockd/pull/716 +[Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.33...HEAD [0.4.33]: https://github.com/jerus-org/mockd/compare/v0.4.32...v0.4.33 [0.4.32]: https://github.com/jerus-org/mockd/compare/v0.4.31...v0.4.32 [0.4.31]: https://github.com/jerus-org/mockd/compare/v0.4.30...v0.4.31