Skip to content

Update parse-display-derive requirement from 0.10 to 0.11#86

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/parse-display-derive-0.11
Open

Update parse-display-derive requirement from 0.10 to 0.11#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/parse-display-derive-0.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Updates the requirements on parse-display-derive to permit the latest version.

Changelog

Sourced from parse-display-derive's changelog.

[0.11.0] - 2026-05-04

Added

  • Add FromStrRegex trait.
  • Support #[from_str(regex_infer)].
  • Support #[display(opt)].

Changed

  • Use edition 2024.
  • Set rust-version to 1.85.0.
  • Deprecate FromStrFormat::regex and add FromStrFormat::regex_pattern instead.

Deprecated

  • Deprecate #[from_str(default_fields(...))]; use #[from_str(default)] instead.

[0.10.0] - 2024-08-04

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.

[0.9.1] - 2024-05-31

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

[0.9.0] - 2024-02-04

Added

... (truncated)

Commits
  • 3a91021 Version 0.11.0.
  • 6594f51 Align Japanese display docs tables.
  • 61cb02c Show version candidates in prepare-release.
  • 827973d Align Japanese display docs table.
  • 527df36 Preserve deprecated docs links in prepare-release.
  • 5cf7d3e Add prepare-release skill.
  • fef763a Update dependencies.
  • e3ddd88 Allow deprecated default_fields in tests
  • 472a8a8 Document deprecated from_str(default_fields) in changelog
  • 1d0c1f9 Document deprecated from_str(default_fields)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [parse-display-derive](https://github.com/frozenlib/parse-display) to permit the latest version.
- [Changelog](https://github.com/frozenlib/parse-display/blob/master/CHANGELOG.md)
- [Commits](frozenlib/parse-display@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: parse-display-derive
  dependency-version: 0.11.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: 📦 dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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