From 708c47fed0b124a7e2226014336203de0246cf5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 11:07:12 +0000 Subject: [PATCH] Update ruzstd requirement from 0.2.4 to 0.4.0 Updates the requirements on [ruzstd](https://github.com/KillingSpark/zstd-rs) to permit the latest version. - [Release notes](https://github.com/KillingSpark/zstd-rs/releases) - [Commits](https://github.com/KillingSpark/zstd-rs/compare/v0.2.4...v0.4.0) --- updated-dependencies: - dependency-name: ruzstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_render/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_render/Cargo.toml b/crates/bevy_render/Cargo.toml index bff7571e26d65..d8a6dd7b5dd71 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -70,7 +70,7 @@ ddsfile = { version = "0.5.0", optional = true } ktx2 = { version = "0.3.0", optional = true } # For ktx2 supercompression flate2 = { version = "1.0.22", optional = true } -ruzstd = { version = "0.2.4", optional = true } +ruzstd = { version = "0.4.0", optional = true } # For transcoding of UASTC/ETC1S universal formats, and for .basis file support basis-universal = { version = "0.2.0", optional = true } encase = { version = "0.4", features = ["glam"] }