From 9f7ed29977da1d789a20a70b78229196a16aa43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 02:30:12 +0000 Subject: [PATCH] Update ruzstd requirement from 0.2.4 to 0.3.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.3.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..4e93b2c7142a8 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.3.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"] }