diff --git a/bindings-generator/Cargo.toml b/bindings-generator/Cargo.toml index 7c846ca59..0275fefb0 100644 --- a/bindings-generator/Cargo.toml +++ b/bindings-generator/Cargo.toml @@ -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" }