fenollp / reMarkable-tools

Tools for the reMarkable paper tablet
Other
174 stars 7 forks source link

Bump quick-xml from 0.22.0 to 0.30.0 #155

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps quick-xml from 0.22.0 to 0.30.0.

Release notes

Sourced from quick-xml's releases.

Serde support improvements and bugfix

What's Changed

New Features

Bug Fixes

  • #604: Avoid crashing on wrong comments like <!--> when using read_event_into* functions.

Misc Changes

#604: tafia/quick-xml#604 #609: tafia/quick-xml#609 #615: tafia/quick-xml#615 #617: tafia/quick-xml#617

New Contributors

Full Changelog: https://github.com/tafia/quick-xml/compare/v0.29.0...v0.30.0

Serde helpers and indentation for async writer

What's Changed

New Features

  • #601: Add serde_helper module to the crate root with some useful utility functions and document using of enum's unit variants as a text content of element.
  • #606: Implement indentation for AsyncWrite trait implementations.

Bug Fixes

  • #603: Fix a regression from #581 that an XML comment or a processing instruction between a and the root element in the file brokes deserialization of structs by returning DeError::ExpectedStart
  • #608: Return a new error Error::EmptyDocType on empty doctype instead of crashing because of a debug assertion.

Misc Changes

  • #594: Add a helper macro to help deserialize internally tagged enums with Serde, which doesn't work out-of-box due to serde limitations.

#581: tafia/quick-xml#581 #594: tafia/quick-xml#594 #601: tafia/quick-xml#601 #603: tafia/quick-xml#603

... (truncated)

Changelog

Sourced from quick-xml's changelog.

0.30.0 -- 2023-07-23

New Features

  • #609: Added Writer::write_serializable to provide the capability to serialize arbitrary types using serde when using the lower-level Writer API.
  • #615: Added ability to set entity resolver when deserialize using borrowing reader.
  • #617: Added ability to enforce the expansion of empty elements.

Bug Fixes

  • #604: Avoid crashing on wrong comments like <!--> when using read_event_into* functions.

Misc Changes

#604: tafia/quick-xml#604 #609: tafia/quick-xml#609 #615: tafia/quick-xml#615 #617: tafia/quick-xml#617

0.29.0 -- 2023-06-13

New Features

  • #601: Add serde_helper module to the crate root with some useful utility functions and document using of enum's unit variants as a text content of element.
  • #606: Implement indentation for AsyncWrite trait implementations.

Bug Fixes

  • #603: Fix a regression from #581 that an XML comment or a processing instruction between a and the root element in the file broke deserialization of structs by returning DeError::ExpectedStart
  • #608: Return a new error Error::EmptyDocType on empty doctype instead of crashing because of a debug assertion.

Misc Changes

  • #594: Add a helper macro to help deserialize internally tagged enums with Serde, which doesn't work out-of-the-box due to serde limitations.

#581: tafia/quick-xml#581 #594: tafia/quick-xml#594 #601: tafia/quick-xml#601 #603: tafia/quick-xml#603 #606: tafia/quick-xml#606 #608: tafia/quick-xml#608

... (truncated)

Commits
  • f957002 Release v0.30.0
  • 3ab7f64 Follow up for #620: pass correct expand_empty_elements to the new serializers
  • 05059fd Add expand_empty_elements fn to Serializer (#620)
  • aca1f79 Merge pull request #618 from Tpt/issue-604
  • 5b8c1aa Avoids crash on invalid comments when the buffer when the buffer was not clea...
  • 60249ae Merge pull request #615 from Mingun/borrowing-resolver
  • 9430e2a Fix wrong link for #609 in changelog
  • 3342375 Add ability to set entity resolver when deserialize using borrowing reader
  • 14db823 Remove unnecessary call to .check_end_names(true) because this is default v...
  • 4d8804d Deduplicate methods that creates deserializer
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.