From 460a856bb38a8c064560561eac4780e4389ded1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 07:05:01 +0000 Subject: [PATCH] Update ruzstd requirement from 0.3.1 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.3.1...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 5f08c37252cf2..e27455dc3ad0b 100644 --- a/crates/bevy_render/Cargo.toml +++ b/crates/bevy_render/Cargo.toml @@ -77,7 +77,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.3.1", 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.3.0", optional = true } encase = { version = "0.6.1", features = ["glam"] }