Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps xml from 0.8.20 to 1.2.0.

Changelog

Sourced from xml's changelog.

Version 1.2

  • Tolerate future XML versions in the XML prolog, as allowed by the XML 1.0 grammar
  • doctype_ids() for additional DOCTYPE details

Version 1.1

  • Events iterator can access the underlying EventReader.
  • add_entities can be called after DOCTYPE to conditionally support XHTML, etc.
  • Fixed parsing of namespaces prefixes starting with a non-ASCII char.

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
Commits
  • 5ec715b Bump
  • bd8fe07 Allow parsing of XML Version 1.x to improve conformance
  • 18c4d62 Move assert_match macro
  • 30227e8 Nicer comparison for OwnedName
  • f0e34b3 Thinner string type
  • aba9a85 Backwards-compatible DOCTYPE properties
  • 7da7012 Provide name, public and system id in Doctype event
  • 34458a2 Add as_str() method to XmlVersion enum.
  • d997764 Release
  • f4e33a4 Clarify name of prefix separator boolean
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 24, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/xml-1.2.0 branch from 188839b to f56c007 Compare December 16, 2025 12:00
Bumps [xml](https://github.com/kornelski/xml-rs) from 0.8.20 to 1.2.0.
- [Changelog](https://github.com/kornelski/xml-rs/blob/main/Changelog.md)
- [Commits](kornelski/xml-rs@0.8.20...1.2.0)

---
updated-dependencies:
- dependency-name: xml
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/xml-1.2.0 branch from f56c007 to f3badd5 Compare December 20, 2025 17:10
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.

0 participants