From 832e5ffbd9f84f70a37b4ef797a73a237839260f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 12:02:53 +0000 Subject: [PATCH] Update roxmltree requirement from 0.15 to 0.18 Updates the requirements on [roxmltree](https://github.com/RazrFalcon/roxmltree) to permit the latest version. - [Release notes](https://github.com/RazrFalcon/roxmltree/releases) - [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/roxmltree/compare/v0.15.0...v0.18.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 7e984a01b..57111e595 100644 --- a/bindings-generator/Cargo.toml +++ b/bindings-generator/Cargo.toml @@ -21,7 +21,7 @@ miniserde = "0.1.16" proc-macro2 = "1" quote = "1" regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html -roxmltree = "0.15" +roxmltree = "0.18" syn = { version = "1", features = ["full", "extra-traits", "visit"] } unindent = "0.1.5" which = { optional = true, version = "4" }