Skip to content

Commit

Permalink
Merge pull request #1062 from godot-rust/dependabot/cargo/roxmltree-0.19
Browse files Browse the repository at this point in the history
Update roxmltree requirement from 0.18 to 0.19
  • Loading branch information
chitoyuu authored Nov 23, 2023
2 parents 5fe1caa + 418ed08 commit b5d8960
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.18"
roxmltree = "0.19"
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
unindent = "0.2.0"
which = { optional = true, version = "4" }

0 comments on commit b5d8960

Please sign in to comment.