From 4bbe6ede441d04a276c25226d60fd44b5f1dc05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:21:46 +0000 Subject: [PATCH] Bump roxmltree from 0.20.0 to 0.21.1 Bumps [roxmltree](https://github.com/RazrFalcon/roxmltree) from 0.20.0 to 0.21.1. - [Changelog](https://github.com/RazrFalcon/roxmltree/blob/master/CHANGELOG.md) - [Commits](https://github.com/RazrFalcon/roxmltree/compare/v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: roxmltree dependency-version: 0.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- crates/unmapper-resolume/Cargo.toml | 2 +- crates/unmapper-stagefile/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3895537..6d57c88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2556,9 +2556,12 @@ dependencies = [ [[package]] name = "roxmltree" -version = "0.20.0" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" +checksum = "f1964b10c76125c36f8afe190065a4bf9a87bf324842c05701330bba9f1cacbb" +dependencies = [ + "memchr", +] [[package]] name = "rustc-hash" diff --git a/crates/unmapper-resolume/Cargo.toml b/crates/unmapper-resolume/Cargo.toml index 668e493..051670b 100644 --- a/crates/unmapper-resolume/Cargo.toml +++ b/crates/unmapper-resolume/Cargo.toml @@ -7,6 +7,6 @@ license.workspace = true [dependencies] unmapper-core = { path = "../unmapper-core" } -roxmltree = "0.20" +roxmltree = "0.21" thiserror = { workspace = true } glam = { workspace = true } diff --git a/crates/unmapper-stagefile/Cargo.toml b/crates/unmapper-stagefile/Cargo.toml index 201fa67..5b54d3e 100644 --- a/crates/unmapper-stagefile/Cargo.toml +++ b/crates/unmapper-stagefile/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true [dependencies] unmapper-core = { path = "../unmapper-core" } -roxmltree = "0.20" +roxmltree = "0.21" quick-xml = "0.41" thiserror = { workspace = true } glam = { workspace = true }