Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate xml-rs to v0.8.25 #788

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2024

This PR contains the following updates:

Package Type Update Change
xml-rs (source) dependencies patch 0.8.4 -> 0.8.25

Release Notes

kornelski/xml-rs (xml-rs)

v0.8.25

Compare Source

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

v0.8.24

Compare Source

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

v0.8.23

Compare Source

  • 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.

v0.8.22

Compare Source

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

v0.8.21

Compare Source

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

v0.8.20

Compare Source

  • Fixed escaping of literal ]]> in CDATA

v0.8.19

Compare Source

  • Fixed whitespace event when parsing DOCTYPE with internal subset

v0.8.18

Compare Source

  • Option to tolerate invalid entities and chars

v0.8.17

Compare Source

  • Added configuration for document size/complexity limits.

v0.8.16

Compare Source

  • Fixed error line numbers when parsing CDATA as characters

v0.8.15

Compare Source

  • Improved speed of parsing elements with huge number of arguments

v0.8.14

Compare Source

  • Fixed error line numbers when ignoring comments

v0.8.13

Compare Source

  • Backward-compatibility fix

v0.8.12

Compare Source

  • Improved conformance of parsing invalid codepoints, XML prolog
  • Reduced number of allocations

v0.8.11

Compare Source

  • Improved conformance of PI
  • Forbidden invalid multiple root elements, unless an option allowing them is enabled.

v0.8.10

Compare Source

  • Improved parsing conformance
  • Internal error handling improvements

v0.8.9

Compare Source

  • Added support for UTF-16 and ASCII
  • Fixed CDATA parsing
  • Added PE entities parsing

v0.8.8

Compare Source

  • Added recursive entity expansion (with length protection)
  • Expanded parsing of DTD

v0.8.7

Compare Source

  • Basic parsing of DTD internal subset
  • Speed improvements

v0.8.6

Compare Source

  • Fixed parsing of incorrectly nested comments and processing instructions

v0.8.5

Compare Source

  • Updated source code to edition 2018 and fixed/updated some Rust idioms.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/xml-rs-0.x-lockfile branch from de24230 to d596cf6 Compare January 8, 2025 16:08
@renovate renovate bot changed the title fix(deps): update rust crate xml-rs to v0.8.24 fix(deps): update rust crate xml-rs to v0.8.25 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants