Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Rust crate derive_builder to 0.12.0, ||, ^0 #432

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link
Contributor

@mend-for-github-com mend-for-github-com bot commented Jan 27, 2024

This PR contains the following updates:

Package Type Update Change
derive_builder dependencies minor 0.12.0 -> 0.12.0, ||, ^0

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

Copy link
Contributor Author

⚠ 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 crates/lib/Cargo.toml --workspace
error: failed to parse manifest at `/tmp/renovate/github/rigetti/qcs-sdk-rust/crates/lib/Cargo.toml`

Caused by:
  failed to parse the version requirement `0.12.0, ||, ^0` for dependency `derive_builder`

Caused by:
  unexpected character '|' while parsing major version number

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch from 2544f31 to e44f1bc Compare February 7, 2024 04:25
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch 2 times, most recently from 19d38ca to da19916 Compare February 17, 2024 03:22
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch 2 times, most recently from 96cc3e7 to bbe0c62 Compare February 29, 2024 03:49
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch 3 times, most recently from 5585efe to 0fa40a9 Compare March 9, 2024 03:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch from 0fa40a9 to 18c2066 Compare April 5, 2024 03:55
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch 3 times, most recently from f46ecb4 to 78098fc Compare April 18, 2024 04:09
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch from 78098fc to bf9e184 Compare April 25, 2024 04:00
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch from bf9e184 to 3a25557 Compare May 10, 2024 03:35
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/derive_builder-0.x branch from 3a25557 to 4ba02a2 Compare May 11, 2024 03:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants