From 549ef43159a3b18f938b11370f8eba2e80a44484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 18:26:15 +0000 Subject: [PATCH] Update roxmltree requirement from 0.14 to 0.15 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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: roxmltree dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 31c2a76..6ef25d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,6 +39,6 @@ rustc-hash = { version = "1.1", optional = true } # Used in COLLADA parsing. indexmap = { version = "1.5.2", optional = true, features = ["std"] } -roxmltree = { version = "0.14", optional = true } +roxmltree = { version = "0.15", optional = true } [dev-dependencies]