Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quick-xml from 0.29.0 to 0.30.0 #938

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps quick-xml from 0.29.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: tafia/quick-xml@v0.29.0...v0.30.0

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

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

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](https://github.com/tafia/quick-xml) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@coveralls
Copy link

Pull Request Test Coverage Report for Build 5646398074

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.423%

Totals Coverage Status
Change from base Build 5627246912: 0.0%
Covered Lines: 15283
Relevant Lines: 15850

💛 - Coveralls

@mtreinish mtreinish merged commit 2423a33 into main Jul 24, 2023
25 checks passed
@mtreinish mtreinish deleted the dependabot/cargo/quick-xml-0.30.0 branch July 24, 2023 19:54
raynelfss pushed a commit to raynelfss/rustworkx that referenced this pull request Aug 10, 2023
Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.29.0 to 0.30.0.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](tafia/quick-xml@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants