Skip to content

Commit d9b7147

Browse files
Update roxmltree requirement from 0.16 to 0.17
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.16.0...v0.17.0) --- updated-dependencies: - dependency-name: roxmltree dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 040fdf0 commit d9b7147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ miniserde = "0.1.16"
2222
proc-macro2 = "1"
2323
quote = "1"
2424
regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
25-
roxmltree = "0.16"
25+
roxmltree = "0.17"
2626
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
2727
unindent = "0.1.5"
2828
which = { optional = true, version = "4" }

0 commit comments

Comments
 (0)