petgraph-graphml icon indicating copy to clipboard operation
petgraph-graphml copied to clipboard

Update xml-rs requirement from 0.8.0 to 1.0.0

Open dependabot[bot] opened this issue 5 months ago • 1 comments

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 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)

dependabot[bot] avatar Aug 30 '25 01:08 dependabot[bot]

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 88.88%. Comparing base (a942f1c) to head (1f64264).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   88.88%   88.88%           
=======================================
  Files           1        1           
  Lines         108      108           
=======================================
  Hits           96       96           
  Misses         12       12           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Aug 30 '25 01:08 codecov[bot]