diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index aec631dde0f8c..b251b0692b9ae 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -78,7 +78,7 @@ ktx2 = { version = "0.3.0", optional = true } flate2 = { version = "1.0.22", optional = true } ruzstd = { version = "0.2.4", optional = true } # For transcoding of UASTC/ETC1S universal formats, and for .basis file support -basis-universal = { version = "0.2.0", optional = true } +basis-universal = { version = "0.3.0", optional = true } encase = { version = "0.5", features = ["glam"] } # For wgpu profiling using tracing. Use `RUST_LOG=info` to also capture the wgpu spans. profiling = { version = "1", features = ["profile-with-tracing"], optional = true }