RainbowCookie32 / rusty-psn

A GUI/CLI tool for downloading PS3 and PS4 game updates
MIT License
362 stars 16 forks source link

build(deps): bump quick-xml from 0.28.1 to 0.28.2 #130

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quick-xml from 0.28.1 to 0.28.2.

Release notes

Sourced from quick-xml's releases.

EntityResolver for deserializer and export EscapeError

What's Changed

New Features

  • #581: Allow Deserializer to set quick_xml::de::EntityResolver for resolving unknown entities that would otherwise cause the parser to return an [EscapeError::UnrecognizedSymbol] error.

Misc Changes

  • #584: Export EscapeError from the crate
  • #581: Relax requirements for unsescape_* set of functions -- their now use FnMut instead of Fn for resolve_entity parameters, like Iterator::map from std.

#581: tafia/quick-xml#581 #584: tafia/quick-xml#584

New Contributors

Full Changelog: https://github.com/tafia/quick-xml/compare/v0.28.1...v0.28.2

Changelog

Sourced from quick-xml's changelog.

0.28.2 -- 2023-04-12

New Features

  • #581: Allow Deserializer to set quick_xml::de::EntityResolver for resolving unknown entities that would otherwise cause the parser to return an [EscapeError::UnrecognizedSymbol] error.

Misc Changes

  • #584: Export EscapeError from the crate
  • #581: Relax requirements for unsescape_* set of functions -- their now use FnMut instead of Fn for resolve_entity parameters, like Iterator::map from std.

#581: tafia/quick-xml#581 #584: tafia/quick-xml#584

Commits
  • 9fb797e Release v0.28.2
  • f8f0e4d Merge pull request #583 from pigeonhands/feature/entity-resolver
  • 9b5e0e9 Implement ability to set entity resolver for serde Deserializer
  • b2ceae7 Change unescape_ functions from Fn to FnMut.
  • 76996ab Synchronize and improve documentation between Event and PayloadEvent
  • 9c60819 Merge pull request #584 from Aaron1011/export-escape-error
  • 67e8f1a Export EscapeError from the crate
  • See full diff in compare view


Dependabot compatibility score

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 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)