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

Merged
realaravinth merged 1 commit from renovate/derive_builder-0.x into master 2024-06-08 13:01:40 +05:30
Member

This PR contains the following updates:

Package Type Update Change
derive_builder dependencies minor 0.11 -> 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

v0.12.0

Compare Source

  • Produce error when default is used with field(type = "...") rather than silently ignoring default #​269
  • Add support for crate = "..." to support re-export scenarios #​274

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.11` -> `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) ### [`v0.12.0`](https://github.com/colin-kiegel/rust-derive-builder/releases/tag/v0.12.0) [Compare Source](https://github.com/colin-kiegel/rust-derive-builder/compare/v0.11.2...v0.12.0) - Produce error when `default` is used with `field(type = "...")` rather than silently ignoring `default` [#&#8203;269](https://github.com/colin-kiegel/rust-derive-builder/issues/269) - Add support for `crate = "..."` to support re-export scenarios [#&#8203;274](https://github.com/colin-kiegel/rust-derive-builder/issues/274) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2024-06-08 01:26:01 +05:30
renovate-bot added 1 commit 2024-06-08 01:26:01 +05:30
fix(deps): update rust crate derive_builder to 0.20
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful
0737797c26
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package derive_builder@0.11.2 --precise 0.20.0
    Updating crates.io index
error: failed to select a version for the requirement `derive_builder = "^0.11"`
candidate versions found which didn't match: 0.20.0
location searched: crates.io index
required by package `argon2-creds v0.2.2 (https://github.com/realaravinth/argon2-creds?branch=master#9f43fd56)`
    ... which satisfies git dependency `argon2-creds` (locked to 0.2.2) of package `survey v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/mCaptcha/survey)`
perhaps a crate was updated and forgotten to be re-vendored?

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package derive_builder@0.11.2 --precise 0.20.0 Updating crates.io index error: failed to select a version for the requirement `derive_builder = "^0.11"` candidate versions found which didn't match: 0.20.0 location searched: crates.io index required by package `argon2-creds v0.2.2 (https://github.com/realaravinth/argon2-creds?branch=master#9f43fd56)` ... which satisfies git dependency `argon2-creds` (locked to 0.2.2) of package `survey v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/mCaptcha/survey)` perhaps a crate was updated and forgotten to be re-vendored? ```
realaravinth merged commit 8c3fe53071 into master 2024-06-08 13:01:40 +05:30
Sign in to join this conversation.
No description provided.