#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.
#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.
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)
Bumps quick-xml from 0.28.2 to 0.30.0.
Release notes
Sourced from quick-xml's releases.
... (truncated)
Changelog
Sourced from quick-xml's changelog.
Commits
f957002
Release v0.30.03ab7f64
Follow up for #620: pass correctexpand_empty_elements
to the new serializers05059fd
Add expand_empty_elements fn to Serializer (#620)aca1f79
Merge pull request #618 from Tpt/issue-6045b8c1aa
Avoids crash on invalid comments when the buffer when the buffer was not clea...60249ae
Merge pull request #615 from Mingun/borrowing-resolver9430e2a
Fix wrong link for #609 in changelog3342375
Add ability to set entity resolver when deserialize using borrowing reader14db823
Remove unnecessary call to.check_end_names(true)
because this is default v...4d8804d
Deduplicate methods that creates deserializerDependabot 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)