Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps quick-xml from 0.38.1 to 0.38.3.

Release notes

Sourced from quick-xml's releases.

v0.38.3 - Fix EOL normalization in some cases

What's Changed

Bug Fixes

  • #895: Fix incorrect normalization of \rX EOL sequences where X is a char which is UTF-8 encoded as [c2 xx], except [c2 85].

Misc Changes

  • #895: Add new xml10_content() and xml11_content() methods which behaves the same as html_content() and xml_content() methods, but express intention more clearly.

Full Changelog: tafia/quick-xml@v0.38.2...v0.38.3

v0.38.2 - Make NamespaceResolver public

What's Changed

New Features

  • #893: Implement FusedIterator for NamespaceBindingsIter.
  • #893: Make NamespaceResolver public.
  • #893: Add NsReader::resolver() for access to namespace resolver.

Misc Changes

  • #893: Rename PrefixIter to NamespaceBindingsIter.

New Contributors

Full Changelog: tafia/quick-xml@v0.38.1...v0.38.2

Changelog

Sourced from quick-xml's changelog.

0.38.3 -- 2025-08-24

Bug Fixes

  • #895: Fix incorrect normalization of \rX EOL sequences where X is a char which is UTF-8 encoded as [c2 xx], except [c2 85].

Misc Changes

  • #895: Add new xml10_content() and xml11_content() methods which behaves the same as html_content() and xml_content() methods, but express intention more clearly.

#895: tafia/quick-xml#895

0.38.2 -- 2025-08-19

New Features

  • #893: Implement FusedIterator for NamespaceBindingsIter.
  • #893: Make NamespaceResolver public.
  • #893: Add NsReader::resolver() for access to namespace resolver.

Misc Changes

  • #893: Rename PrefixIter to NamespaceBindingsIter.

#893: tafia/quick-xml#893

Commits
  • 655691c Release 0.38.3
  • e7fa0ce Merge pull request #895 from Mingun/fix-eol-normalization
  • cd6f813 XML 1.0 rules for EOL normalization equals to HTML rules, so rename correspon...
  • 66d8fa2 Fix incorrect normalization of \rX EOL sequences where X is a char which is U...
  • f8a8364 Release 0.38.2
  • 3b0f237 Remove unused header from changelog
  • cbf7fa3 Fix some misprints
  • 8559e19 Do not deprecate PrefixIter because that may lead to compilation errors in do...
  • b6b9ead Merge pull request #893 from Mingun/public-ns-resolver
  • b12ef9f Use and recommend NamespaceResolver methods instead of NsReader methods
  • 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 show <dependency name> 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)

Bumps [quick-xml](https://github.com/tafia/quick-xml) from 0.38.1 to 0.38.3.
- [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.38.1...v0.38.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust labels Aug 26, 2025
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 rust

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants