DDtKey / protect-endpoints

Authorization extension for popular web-frameworks to protect your endpoints
Apache License 2.0
211 stars 16 forks source link

build(deps): update parse-display requirement from 0.9.0 to 0.10.0 #104

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

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

Changelog

Sourced from parse-display's changelog.

[0.10.0] - 2024-08-04

Added

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)

Deprecated

Removed

Fixed

  • Fix #[from_str] to not affect Display.

Performance

Security

[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

  • 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] in generated code and remove [once_cell] dependency.

... (truncated)

Commits
  • de8546b Version 0.10.0.
  • 384022a Simplify.
  • 130f2bc Fix document.
  • 126e356 Fix document for #[display(...)].
  • 0c4f68c Add documentation regarding the behavior when both #[display("...")] and `#...
  • dc14a2b Change behavior when both '#[display(...)]' and '#[from_str(regex = "...")]' ...
  • 5a13cb8 Add test.
  • 1b5f31a Rename variable.
  • 43b101f Improve error messages for compile errors caused by the expression specified ...
  • 18d4bdd Refactor: Use Vec instead of BTreeMap in ParserBuilder::with.
  • 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)