From f3a17d91bdd58ad11a79879eb9e4700614a16188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 06:59:44 +0000 Subject: [PATCH] Update ddsfile requirement from 0.5.2 to 0.6.0 Updates the requirements on [ddsfile](https://github.com/cwfitzgerald/ddsfile) to permit the latest version. - [Release notes](https://github.com/cwfitzgerald/ddsfile/releases) - [Changelog](https://github.com/cwfitzgerald/ddsfile/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/cwfitzgerald/ddsfile/compare/v0.5.2...v0.6.0) --- updated-dependencies: - dependency-name: ddsfile dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_image/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_image/Cargo.toml b/crates/bevy_image/Cargo.toml index 0c39fa530b988..99893848bcf0d 100644 --- a/crates/bevy_image/Cargo.toml +++ b/crates/bevy_image/Cargo.toml @@ -78,7 +78,7 @@ thiserror = { version = "2", default-features = false } futures-lite = "2.0.1" guillotiere = "0.7.0" rectangle-pack = "0.4" -ddsfile = { version = "0.5.2", optional = true } +ddsfile = { version = "0.6.0", optional = true } ktx2 = { version = "0.5.0", optional = true } # For ktx2 supercompression flate2 = { version = "1.0.22", optional = true }