Skip to content

Update roxmltree requirement from 0.15 to 0.16 #34

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 Nov 22, 2022

Updates the requirements on roxmltree to permit the latest version.

Changelog

Sourced from roxmltree's changelog.

[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

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

Added

  • An ability to reject XML with DTD in it.
  • The library is no_std + alloc now.
  • ParsingOptions
  • Document::parse_with_options
  • Error::DtdDetected

[0.13.1] - 2020-12-19

Added

  • Debug for all public types.

[0.13.0] - 2020-06-20

Changed

... (truncated)

Commits
  • e5fa00e Drop attrs_start_idx and use drain when resolving attributes.
  • 1dcbdfa Version bump.
  • 6a2915b Make sure we allocate less than u32::MAX attributes.
  • fe5d24b Add Memory Overhead section to the readme.
  • 45e0b37 Add ParsingOptions::nodes_limit
  • b13557b Fix clippy warnings.
  • e8dd162 Reformat.
  • 59a263c Remove 4GB input limit.
  • 51db245 Do not store Node and Attribute end range in the original document.
  • 9a4308e Use indexes for Node and Attribute Namespaces.
  • 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.16.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 Nov 22, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 9, 2023

Superseded by #37.

@dependabot dependabot bot closed this Jan 9, 2023
@dependabot dependabot bot deleted the dependabot/cargo/roxmltree-0.16 branch January 9, 2023 12:03
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