diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ed79481..fd77bb16 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@2.7.1 + toolkit: jerus-org/circleci-toolkit@2.9.1 executors: rust-env: diff --git a/CHANGELOG.md b/CHANGELOG.md index a7661abe..d465faf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependencies: update dependency toolkit to v2.7.1(pr [#748]) - Dependencies: bump rand from 0.9.0 to 0.9.1(pr [#749]) +- Dependencies: update dependency toolkit to v2.9.1(pr [#750]) ## [0.4.45] - 2025-03-28 @@ -794,6 +795,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#747]: https://github.com/jerus-org/mockd/pull/747 [#748]: https://github.com/jerus-org/mockd/pull/748 [#749]: https://github.com/jerus-org/mockd/pull/749 +[#750]: https://github.com/jerus-org/mockd/pull/750 [Unreleased]: https://github.com/jerus-org/mockd/compare/v0.4.45...HEAD [0.4.45]: https://github.com/jerus-org/mockd/compare/v0.4.44...v0.4.45 [0.4.44]: https://github.com/jerus-org/mockd/compare/v0.4.43...v0.4.44