Skip to content

Commit

Permalink
Update roxmltree requirement from 0.19 to 0.20
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.
- [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/roxmltree@v0.19.0...v0.20.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 24, 2024
1 parent 639aae7 commit 53326a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ miniserde = "0.1.16"
proc-macro2 = "1"
quote = "1"
regex = { version = "1.5.5", default-features = false, features = ["std", "unicode-perl"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
roxmltree = "0.19"
roxmltree = "0.20"
syn = { version = "1.0.84", features = ["full", "extra-traits", "visit"] }
unindent = "0.2.0"
which = { optional = true, version = "5" }

0 comments on commit 53326a1

Please sign in to comment.