Skip to content

Commit a04cbed

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

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.17"
25+
roxmltree = "0.18"
2626
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
2727
unindent = "0.2.0"
2828
which = { optional = true, version = "4" }

0 commit comments

Comments
 (0)