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

fix(deps): update rust crate parse-display to 0.10.0 - autoclosed #88

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 4, 2024

This PR contains the following updates:

Package Type Update Change
parse-display dependencies minor 0.8.2 -> 0.10.0

Release Notes

frozenlib/parse-display (parse-display)

v0.10.0

Compare Source

Changed
  • Set rust-version to 1.80.0.
  • In debug mode, it will panic if the result of FromStrFormat::regex varies for the same field depending on the type parameters.
  • Change the behavior when both #[display("...")] and #[from_str("...")] are specified for a field. (dc14a2b)
Fixed
  • Fix #[from_str] to not affect Display.

v0.9.1

Compare Source

Changed
  • Set rust-version to 1.70.0. #​42
Fixed
  • Ensure Pointer format is formatted correctly.
Performance
  • Optimizing runtime performance for the literal string case. #​39

v0.9.0

Compare Source

Added
  • Support #[display(with = ...)]. #​36
  • Support for use of format traits other than Display for self. #​35
  • Allow DST fields with #[derive(Display)].
Changed
  • Use [std::sync::OnceLock][std::sync::OnceLock] in generated code and remove [once_cell][once_cell] dependency.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/parse-display-0.x branch from 1f6922b to 59efb8e Compare August 4, 2024 07:33
@renovate renovate bot changed the title fix(deps): update rust crate parse-display to 0.9.0 fix(deps): update rust crate parse-display to 0.10.0 Aug 4, 2024
@renovate renovate bot changed the title fix(deps): update rust crate parse-display to 0.10.0 fix(deps): update rust crate parse-display to 0.10.0 - autoclosed Oct 9, 2024
@renovate renovate bot closed this Oct 9, 2024
@renovate renovate bot deleted the renovate/parse-display-0.x branch October 9, 2024 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants