Skip to content

Bump quick-xml from 0.39.0 to 0.39.1#202

Merged
qwandor merged 1 commit intomainfrom
dependabot/cargo/quick-xml-0.39.1
Feb 16, 2026
Merged

Bump quick-xml from 0.39.0 to 0.39.1#202
qwandor merged 1 commit intomainfrom
dependabot/cargo/quick-xml-0.39.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps quick-xml from 0.39.0 to 0.39.1.

Release notes

Sourced from quick-xml's releases.

v0.39.1 - Fixes in read_to_end / read_text

What's Changed

New Features

  • #598: Add method NamespaceResolver::set_level which may be helpful in some circumstances.

Bug Fixes

  • #597: Fix incorrect processing of namespace scopes in NsReader::read_to_end, NsReader::read_to_end_into, NsReader::read_to_end_into_async and NsReader::read_text. The scope started by a start element was not ended after that call.
  • #936: Fix incorrect result of .read_text() when it is called after reading Text or GeneralRef event.

#597: tafia/quick-xml#597 #598: tafia/quick-xml#598 #936: tafia/quick-xml#936

Changelog

Sourced from quick-xml's changelog.

0.39.1 -- 2026-02-15

New Features

  • #598: Add method NamespaceResolver::set_level which may be helpful in som circumstances.

Bug Fixes

  • #597: Fix incorrect processing of namespace scopes in NsReader::read_to_end NsReader::read_to_end_into, NsReader::read_to_end_into_async and NsReader::read_text. The scope started by a start element was not ended after that call.
  • #936: Fix incorrect result of .read_text() when it is called after reading Text or GeneralRef event.

#597: tafia/quick-xml#597 #598: tafia/quick-xml#598 #936: tafia/quick-xml#936

Commits
  • 9b71bb6 Release 0.39.1
  • 5cb6356 Update xml5ever & markup5even: 0.37 -> 0.38
  • 142c167 Merge pull request #937 from Mingun/clarify-events-content
  • 1f6a92c Remove mention of escape sequences from several unapplicable places
  • 4f24f7f Merge pull request #598 from Mingun/fix-597
  • fbcc986 Add ability to set nesting level for NamespaceResolver
  • 210d3e1 Fix #597: Pop namespace scope after NsReader::read_to_end[_into] and read_text
  • 90c6ad6 Add regression tests for #597
  • 020c034 Implement more readable debug implementations for ReaderState and NamespaceRe...
  • 4eb9a40 Merge pull request #936 from Mingun/fix-read-text
  • 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 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.39.0 to 0.39.1.
- [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.39.0...v0.39.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 16, 2026
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 16.25%. Comparing base (11b4a62) to head (aae8192).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #202   +/-   ##
=======================================
  Coverage   16.25%   16.25%           
=======================================
  Files          26       26           
  Lines        1741     1741           
  Branches     1741     1741           
=======================================
  Hits          283      283           
  Misses       1438     1438           
  Partials       20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@qwandor qwandor merged commit f71a88b into main Feb 16, 2026
7 checks passed
@qwandor qwandor deleted the dependabot/cargo/quick-xml-0.39.1 branch February 16, 2026 21:42
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 Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants