We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040fdf0 commit d9b7147Copy full SHA for d9b7147
bindings-generator/Cargo.toml
@@ -22,7 +22,7 @@ miniserde = "0.1.16"
22
proc-macro2 = "1"
23
quote = "1"
24
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"
+roxmltree = "0.17"
26
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
27
unindent = "0.1.5"
28
which = { optional = true, version = "4" }
0 commit comments