diff --git a/crates/bevy_pbr/Cargo.toml b/crates/bevy_pbr/Cargo.toml index 3af9f64348..2b753708d8 100644 --- a/crates/bevy_pbr/Cargo.toml +++ b/crates/bevy_pbr/Cargo.toml @@ -58,7 +58,7 @@ thiserror = { version = "1", optional = true } range-alloc = { version = "0.1", optional = true } meshopt = { version = "0.2", optional = true } metis = { version = "0.2", optional = true } -itertools = { version = "0.12", optional = true } +itertools = { version = "0.13", optional = true } # direct dependency required for derive macro bytemuck = { version = "1", features = ["derive", "must_cast"] } radsort = "0.1"