Skip to content

Commit

Permalink
fix(deps): update rust crate bon to v2.3.0 (#61)
Browse files Browse the repository at this point in the history
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`
([#&#8203;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
([#&#8203;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
([#&#8203;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
([#&#8203;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
renovate[bot] authored Sep 16, 2024
1 parent bf01913 commit 0bbba7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0bbba7c

Please sign in to comment.