Skip to content

Commit

Permalink
Update roxmltree requirement from 0.14 to 0.15
Browse files Browse the repository at this point in the history
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.14.0...v0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Aug 15, 2022
1 parent 2c37419 commit 549ef43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ rustc-hash = { version = "1.1", optional = true }

# Used in COLLADA parsing.
indexmap = { version = "1.5.2", optional = true, features = ["std"] }
roxmltree = { version = "0.14", optional = true }
roxmltree = { version = "0.15", optional = true }

[dev-dependencies]

0 comments on commit 549ef43

Please sign in to comment.