From d7667a9fb8c665a80bf8f8e8d29d9fa7eba38c19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:58:38 +0000 Subject: [PATCH] chore(deps): bump tiny-skia from 0.11.4 to 0.12.0 in /game Bumps [tiny-skia](https://github.com/linebender/tiny-skia) from 0.11.4 to 0.12.0. - [Changelog](https://github.com/linebender/tiny-skia/blob/main/CHANGELOG.md) - [Commits](https://github.com/linebender/tiny-skia/compare/v0.11.4...v0.12.0) --- updated-dependencies: - dependency-name: tiny-skia dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- game/Cargo.lock | 25 ++++++------------------- game/crates/cf-render-2d/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/game/Cargo.lock b/game/Cargo.lock index a03b1fcf..95439926 100644 --- a/game/Cargo.lock +++ b/game/Cargo.lock @@ -3723,7 +3723,7 @@ dependencies = [ "byteorder-lite", "moxcms", "num-traits", - "png 0.18.1", + "png", ] [[package]] @@ -4740,19 +4740,6 @@ dependencies = [ "plotters-backend", ] -[[package]] -name = "png" -version = "0.17.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" -dependencies = [ - "bitflags 1.3.2", - "crc32fast", - "fdeflate", - "flate2", - "miniz_oxide", -] - [[package]] name = "png" version = "0.18.1" @@ -5600,24 +5587,24 @@ dependencies = [ [[package]] name = "tiny-skia" -version = "0.11.4" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab" +checksum = "47ffee5eaaf5527f630fb0e356b90ebdec84d5d18d937c5e440350f88c5a91ea" dependencies = [ "arrayref", "arrayvec", "bytemuck", "cfg-if", "log", - "png 0.17.16", + "png", "tiny-skia-path", ] [[package]] name = "tiny-skia-path" -version = "0.11.4" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" +checksum = "edca365c3faccca67d06593c5980fa6c57687de727a03131735bb85f01fdeeb9" dependencies = [ "arrayref", "bytemuck", diff --git a/game/crates/cf-render-2d/Cargo.toml b/game/crates/cf-render-2d/Cargo.toml index c9d746c3..31c5e60a 100644 --- a/game/crates/cf-render-2d/Cargo.toml +++ b/game/crates/cf-render-2d/Cargo.toml @@ -37,4 +37,4 @@ cf-cinematic = { path = "../cf-cinematic" } cf-fortification = { path = "../cf-fortification" } cf-terrain = { path = "../cf-terrain", optional = true } cf-trench = { path = "../cf-trench" } -tiny-skia = { version = "0.11", optional = true } +tiny-skia = { version = "0.12", optional = true }