Skip to content

Update roxmltree requirement from 0.15 to 0.17 #37

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Updates the requirements on roxmltree to permit the latest version.

Changelog

Sourced from roxmltree's changelog.

[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

[0.15.1] - 2022-10-18

Fixed

  • Bump xmlparser to prevent stack overflow on some input.

[0.15.0] - 2022-08-15

Changed

  • Extend Document::descendants lifetime. Thanks to @​DBLouis.
  • Derive Eq and Hash for NodeId.
  • Remove pretty_assertions dev-dependency.
  • MSRV is now 1.36

[0.14.1] - 2021-04-01

Changed

  • The std feature is enabled by default now.

[0.14.0] - 2020-12-27

... (truncated)

Commits
  • 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.
  • 3809cd4 Enable code to delay taking ownership of normalized values.
  • 0de61b6 Actually ensure that the number of unique namespaces fits into the smaller type.
  • 81a8ee6 Use a smaller data type to index namespaces.
  • 9c86ba1 Make ExpandedNameIndexed::namespace_idx index directly into Namespaces::value...
  • a86683c Deduplicate namespace values using separate sorted-order and tree-order lists.
  • Additional commits viewable 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)

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.17.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 Jan 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 6, 2023

Superseded by #40.

@dependabot dependabot bot closed this Feb 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/roxmltree-0.17 branch February 6, 2023 12:02
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