fix(deps): update rust crate derive_builder to 0.20 #19

Merged
realaravinth merged 1 commit from renovate/derive_builder-0.x into master 2024-06-08 21:50:45 +05:30
Collaborator

This PR contains the following updates:

Package Type Update Change
derive_builder dependencies minor 0.12 -> 0.20

Release Notes

colin-kiegel/rust-derive-builder (derive_builder)

v0.20.0

Compare Source

  • Bump syn to version 2 #​308
  • Bump darling to version 0.20.6 #​308
  • BREAKING CHANGE: Remove support for field(type = "...") as syn no longer allows this. #​308
  • Allow omitting quotes on builder(default = ...) expressions #​308

v0.13.1

Compare Source

  • Accept field(ty = "...") as an alias for field(type = "...") in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. #​306

v0.13.0

Compare Source

  • Bump MSRV to 1.56.0
  • Add build_fn(error(validation_error = <bool>)) to disable generation of ValidationError within the builder's error so that alloc::string is avoided.
  • Add feature alloc for controlling linking of alloc crate during no_std. This way users can use no_std without providing a global_allocator.
  • Make try-setters inherit strip_option from setter for try_setter. Using these settings together previously caused a compile error #​284

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [derive_builder](https://github.com/colin-kiegel/rust-derive-builder) | dependencies | minor | `0.12` -> `0.20` | --- ### Release Notes <details> <summary>colin-kiegel/rust-derive-builder (derive_builder)</summary> ### [`v0.20.0`](https://github.com/colin-kiegel/rust-derive-builder/releases/tag/v0.20.0) [Compare Source](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.13.1...v0.20.0) - Bump `syn` to version 2 [#&#8203;308](https://github.com/colin-kiegel/rust-derive-builder/issues/308) - Bump `darling` to version 0.20.6 [#&#8203;308](https://github.com/colin-kiegel/rust-derive-builder/issues/308) - **BREAKING CHANGE**: Remove support for `field(type = "...")` as `syn` no longer allows this. [#&#8203;308](https://github.com/colin-kiegel/rust-derive-builder/issues/308) - Allow omitting quotes on `builder(default = ...)` expressions [#&#8203;308](https://github.com/colin-kiegel/rust-derive-builder/issues/308) ### [`v0.13.1`](https://github.com/colin-kiegel/rust-derive-builder/releases/tag/v0.13.1) [Compare Source](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.13.0...v0.13.1) - Accept `field(ty = "...")` as an alias for `field(type = "...")` in preparation for moving to syn 2.0, which doesn't allow the use of keywords as meta item paths. [#&#8203;306](https://github.com/colin-kiegel/rust-derive-builder/issues/306) ### [`v0.13.0`](https://github.com/colin-kiegel/rust-derive-builder/releases/tag/v0.13.0) [Compare Source](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.12.0...v0.13.0) - Bump MSRV to 1.56.0 - Add `build_fn(error(validation_error = <bool>))` to disable generation of `ValidationError` within the builder's error so that `alloc::string` is avoided. - Add feature `alloc` for controlling linking of `alloc` crate during `no_std`. This way users can use `no_std` without providing a `global_allocator`. - Make try-setters inherit `strip_option` from `setter` for `try_setter`. Using these settings together previously caused a compile error [#&#8203;284](https://github.com/colin-kiegel/rust-derive-builder/issues/284) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added 1 commit 2024-06-08 20:48:04 +05:30
fix(deps): update rust crate derive_builder to 0.20
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
0e92c9d8a0
realaravinth merged commit 2a94b9f869 into master 2024-06-08 21:50:45 +05:30
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: realaravinth/dumbserve#19
No description provided.