Skip to content

Commit 787973c

Browse files
Update roxmltree requirement from 0.15 to 0.16
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] <support@github.com>
1 parent 00aace3 commit 787973c

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
@@ -21,7 +21,7 @@ miniserde = "0.1.16"
2121
proc-macro2 = "1"
2222
quote = "1"
2323
regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
24-
roxmltree = "0.15"
24+
roxmltree = "0.16"
2525
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
2626
unindent = "0.1.5"
2727
which = { optional = true, version = "4" }

0 commit comments

Comments
 (0)