From a911510363975cc20c3319291728ebe28982a5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 06:04:53 +0000 Subject: [PATCH] Update meshopt requirement from 0.4.1 to 0.6.0 Updates the requirements on [meshopt](https://github.com/gwihlidal/meshopt-rs) to permit the latest version. - [Release notes](https://github.com/gwihlidal/meshopt-rs/releases) - [Changelog](https://github.com/gwihlidal/meshopt-rs/blob/master/CHANGES.md) - [Commits](https://github.com/gwihlidal/meshopt-rs/commits) --- updated-dependencies: - dependency-name: meshopt dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_pbr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 74967b08b4453..122412a5a0e74 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -66,7 +66,7 @@ lz4_flex = { version = "0.11", default-features = false, features = [ "frame", ], optional = true } range-alloc = { version = "0.1.3", optional = true } -meshopt = { version = "0.4.1", optional = true } +meshopt = { version = "0.6.0", optional = true } metis = { version = "0.2", optional = true } itertools = { version = "0.14", optional = true } bitvec = { version = "1", optional = true }