Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update rust crate bon to v2.3.0 (#61)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bon](https://elastio.github.io/bon/) ([source](https://redirect.github.com/elastio/bon)) | dependencies | minor | `2.2.1` -> `2.3.0` | --- ### Release Notes <details> <summary>elastio/bon (bon)</summary> ### [`v2.3.0`](https://redirect.github.com/elastio/bon/releases/tag/v2.3.0) [Compare Source](https://redirect.github.com/elastio/bon/compare/v2.2.1...v2.3.0) See the [blog post for this release](https://elastio.github.io/bon/blog/bon-builder-v2-3-release) that describes some of the most notable changes in detail. ##### Added - Add support for positional params in `start_fn` and `finish_fn` ([#​125](https://redirect.github.com/elastio/bon/pull/125)) ##### Fixed - Forward lint suppression from `#[allow()/expect()]` attributes written by the user on the top-level to the generated items ([#​125](https://redirect.github.com/elastio/bon/pull/125)) - Suppress the false-positive ([clippy issue](https://redirect.github.com/rust-lang/rust-clippy/issues/6947)) `clippy::future_not_send` lint ([#​125](https://redirect.github.com/elastio/bon/pull/125)) - Fix the cases where `#[builder(derive(Debug, Clone))]` didn't validate for all members to implement `Clone/Debug` if these members were of reference or generic types ([#​125](https://redirect.github.com/elastio/bon/pull/125)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/mist-id/mist). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information