From 418ed08f69cbed525365ae6cd1a2b4339f42f078 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:42:56 +0000 Subject: [PATCH] Update roxmltree requirement from 0.18 to 0.19 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](https://github.com/RazrFalcon/roxmltree/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: roxmltree dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings-generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings-generator/Cargo.toml b/bindings-generator/Cargo.toml index 30845bdab..4b301770e 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.18" +roxmltree = "0.19" syn = { version = "1", features = ["full", "extra-traits", "visit"] } unindent = "0.2.0" which = { optional = true, version = "4" }