mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.17k stars 148 forks source link

Bump quick-xml from 0.28.2 to 0.29.0 #1058

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quick-xml from 0.28.2 to 0.29.0.

Release notes

Sourced from quick-xml's releases.

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 #606: tafia/quick-xml#606 #608: tafia/quick-xml#608

New Contributors

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

Changelog

Sourced from quick-xml's changelog.

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

Commits
  • 5a536d0 Release v0.29.0
  • 7629a70 Change names of methods that emits events to reflect their purpose
  • 70f4a9c Change order of variants, group text variants together
  • 621da10 Merge pull request #594 from Kriskras99/master
  • 858118e Add a helper macro to help deserialize internally tagged enums with Serde
  • 88a2f27 Merge pull request #612 from Tpt/empty-doctype
  • a86340b Fails on empty doctype
  • 358cc58 Merge pull request #603 from danjpgriffin/master
  • d49f2d5 Trim Text events after DOCTYPE so spaces does not produce an event.
  • c8332d9 Add tests for comments and processing instructions in XML prolog
  • Additional commits viewable 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)
marco-c commented 1 year ago

@dependabot rebase