From 433eb7db55f837e3e710309e877feeec94cf5769 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:12:42 +0000 Subject: [PATCH] chore(deps): bump tiled from 0.15.0 to 0.16.0 Bumps [tiled](https://github.com/mapeditor/rs-tiled) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/mapeditor/rs-tiled/releases) - [Changelog](https://github.com/mapeditor/rs-tiled/blob/main/CHANGELOG.md) - [Commits](https://github.com/mapeditor/rs-tiled/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: tiled dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 +++++++++++++---- goud_engine/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef6c4408..b7cee57d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3790,6 +3790,15 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" +[[package]] +name = "quick-xml" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33" +dependencies = [ + "memchr", +] + [[package]] name = "quick-xml" version = "0.38.4" @@ -5043,13 +5052,13 @@ dependencies = [ [[package]] name = "tiled" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146e9a4e22e9d913ad492ef33e4555a0915b8618c281e4b023abf8820d91f06c" +checksum = "267cbf8cb938ae27267fccf769e891e646318e8279e5a15bb75fc6b0e4f1d834" dependencies = [ "base64 0.22.1", "flate2", - "xml-rs", + "quick-xml 0.31.0", "zstd", ] @@ -5741,7 +5750,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5423e94b6a63e68e439803a3e153a9252d5ead12fd853334e2ad33997e3889e3" dependencies = [ "proc-macro2", - "quick-xml", + "quick-xml 0.38.4", "quote", ] diff --git a/goud_engine/Cargo.toml b/goud_engine/Cargo.toml index 6f1db158..448c4cef 100644 --- a/goud_engine/Cargo.toml +++ b/goud_engine/Cargo.toml @@ -52,7 +52,7 @@ fontdue = "0.9" rustybuzz = "0.20" unicode-bidi = "0.3" cbindgen = { version = "0.29", optional = true } -tiled = { version = "0.15", optional = true } +tiled = { version = "0.16", optional = true } rayon = { version = "1.12", optional = true } rapier2d = { version = "0.22", optional = true } rapier3d = { version = "0.22", optional = true }