Skip to content

Update xml-rs requirement from 0.8.0 to 1.0.0#70

Merged
jonasbb merged 1 commit into
masterfrom
dependabot/cargo/xml-rs-1.0.0
Jun 21, 2026
Merged

Update xml-rs requirement from 0.8.0 to 1.0.0#70
jonasbb merged 1 commit into
masterfrom
dependabot/cargo/xml-rs-1.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on xml-rs to permit the latest version.

Changelog

Sourced from xml-rs's changelog.

Version 1.0.0

  • Added Doctype event
  • Marked structs as #[non_exhaustive]
  • Merged ParserConfig2 back into ParserConfig
  • Added option to the writer to pass through XML markup unmodified
  • xml-analyze binary has been moved to examples
  • Writer escapes -- in comments and ]]> in CDATA

Version 0.8.27

  • Added detection of invalid <? in attributes

Version 0.8.26

  • Fixed buffering of files with a broken UTF-16 encoding

Version 0.8.25

  • TryFrom for converting from reader to writer events, to make .as_writer_event() more discoverable.

Version 0.8.24

  • Fixed reporting of line/column position of CDATA when trimming whitespace

Version 0.8.23

  • StartDocument event will consistently use uppercase "UTF-8" name for encoding when the document did not declare it expicitly, but beware that documents can still use lowercase encoding names, so you must always use case-insensitive comparisons.

Version 0.8.22

  • Ability to retrieve the whole DOCTYPE. For backwards compatibility, it's a getter on the reader, not an event.

Version 0.8.21

  • Added EventWriter::inner_ref
  • ~15% performance improvement

Version 0.8.20

  • Fixed escaping of literal ]]> in CDATA

Version 0.8.19

  • Fixed whitespace event when parsing DOCTYPE with internal subset

Version 0.8.18

  • Option to tolerate invalid entities and chars

... (truncated)

Commits

@dependabot dependabot Bot added dependencies rust Pull requests that update Rust code labels Aug 30, 2025
@codecov

codecov Bot commented Aug 30, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.56%. Comparing base (ee65ede) to head (52c3091).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   82.56%   82.56%           
=======================================
  Files           1        1           
  Lines         109      109           
=======================================
  Hits           90       90           
  Misses         19       19           

☔ View full report in Codecov by Harness.
📢 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.

@jonasbb

jonasbb commented Jun 21, 2026

Copy link
Copy Markdown
Owner

@dependabot recreate

Updates the requirements on [xml-rs](https://github.com/kornelski/xml-rs) to permit the latest version.
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.0...1.0.0)

---
updated-dependencies:
- dependency-name: xml-rs
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/xml-rs-1.0.0 branch from 1f64264 to 52c3091 Compare June 21, 2026 16:35
@jonasbb jonasbb merged commit 959f2ed into master Jun 21, 2026
15 checks passed
@jonasbb jonasbb deleted the dependabot/cargo/xml-rs-1.0.0 branch June 21, 2026 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant