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 }