diff --git a/crates/bevy_crevice/Cargo.toml b/crates/bevy_crevice/Cargo.toml index 6ab98134a8440..22bce1a7b7a97 100644 --- a/crates/bevy_crevice/Cargo.toml +++ b/crates/bevy_crevice/Cargo.toml @@ -30,7 +30,7 @@ mint = "0.5.8" cgmath = { version = "0.18.0", optional = true } glam = { version = "0.20.0", features = ["mint"], optional = true } -nalgebra = { version = "0.30.0", features = ["mint"], optional = true } +nalgebra = { version = "0.32.1", features = ["mint"], optional = true } [dev-dependencies] insta = "0.16.1"