godot-rust / gdnative

Rust bindings for Godot 3
https://godot-rust.github.io
MIT License
3.62k stars 210 forks source link

Update roxmltree requirement from 0.17 to 0.18 #1029

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on roxmltree to permit the latest version.

Changelog

Sourced from roxmltree's changelog.

[0.18.0] - 2023-02-04

Added

  • StringStorage that exposes an internal string storage.
  • Allocated strings are stored as Arc<str> and not String now.
  • Node::text_storage
  • Node::tail_storage
  • Attribute::value_storage
  • Node::range

Removed

  • Node::position. Use Node::range instead.

Fixed

[0.17.0] - 2023-01-06

Added

  • Stored namespaces are deduplicated now, which can reduce memory usage on large files up to 10%. Thanks to @​adamreichold

Changed

  • Node::namespaces returns an iterator and not a slice now.

Fixed

[0.16.0] - 2022-11-20

Added

  • positions build feature.
  • Node::position
  • Attribute::position
  • ParsingOptions::nodes_limit to limit the maximum number of nodes to parse.

Changed

  • Peak memory usage reduces by up to 20% depending on an input. Thanks to @​adamreichold and @​tomjw64.
  • Node::attributes returns an iterator and not a slice now.

Removed

  • 4GB input limit.
  • Do not store Node and Attribute end range in the original document.
  • Do not store attribute value range in the original document.
  • Node::range. Use position instead.
  • Attribute::range. Use position instead.
  • Attribute::value_range

... (truncated)

Commits
  • 8f6f14b Version bump.
  • c4d622f Store node's end position again.
  • 3d33827 Use ref-counted owned strings.
  • e817186 Expose 'input lifetime where it is the backing lifetime.
  • 0b12673 Use consistent debug impls for the various iterators that avoid formatting th...
  • See full diff in compare view


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 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)
chitoyuu commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Build succeeded: