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

Update Rust crate derive_builder to v0.13.0 #7986

Merged
merged 2 commits into from
Jan 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
derive_builder dependencies minor =0.12.0 -> =0.13.0

Release Notes

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

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 Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jan 22, 2024

⚠ 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 [email protected] --precise 0.13.0
    Updating crates.io index
error: failed to select a version for the requirement `derive_builder = "^0.12.0"`
candidate versions found which didn't match: 0.13.0
location searched: crates.io index
required by package `comrak v0.20.0`
    ... which satisfies dependency `comrak = "=0.20.0"` (locked to 0.20.0) of package `crates_io_markdown v0.0.0 (/tmp/renovate/repos/github/rust-lang/crates.io/crates_io_markdown)`
perhaps a crate was updated and forgotten to be re-vendored?

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (71b8f8b) 87.49% compared to head (ae7fca6) 87.49%.
Report is 2 commits behind head on main.

❗ Current head ae7fca6 differs from pull request most recent head 1adf9bc. Consider uploading reports for the commit 1adf9bc to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7986   +/-   ##
=======================================
  Coverage   87.49%   87.49%           
=======================================
  Files         254      254           
  Lines       24995    24995           
=======================================
+ Hits        21869    21870    +1     
+ Misses       3126     3125    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Turbo87 Turbo87 enabled auto-merge (squash) January 22, 2024 20:05
Copy link
Contributor Author

renovate bot commented Jan 22, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Turbo87 Turbo87 merged commit eb5eaf2 into main Jan 22, 2024
6 checks passed
@Turbo87 Turbo87 deleted the renovate/derive_builder-0.x branch January 22, 2024 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant