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

Update roxmltree requirement from 0.15.0 to 0.18.0 #151

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

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...
  • b81ec71 Version bump.
  • 0553f41 Detect unclosed root nodes.
  • bf055e7 Fix-ups to the deduplication of namespaces.
  • 3a490a5 Provide a named type for the iterator returned by Node::namespaces and expand...
  • 192d45e Only allocate normalized namespace URI when they are uniquely new.
  • Additional commits viewable in compare view

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

Updates the requirements on [roxmltree](https://github.com/RazrFalcon/roxmltree) to permit the latest version.
- [Release notes](https://github.com/RazrFalcon/roxmltree/releases)
- [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/roxmltree@v0.15.0...v0.18.0)

---
updated-dependencies:
- dependency-name: roxmltree
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #171.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/cargo/roxmltree-0.18.0 branch October 2, 2023 07:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants