openrr / mesh-loader

Fast parser for 3D-model-formats.
Apache License 2.0
4 stars 2 forks source link

Update roxmltree requirement from 0.15 to 0.16 #12

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.