diff --git a/bevy_rapier2d/Cargo.toml b/bevy_rapier2d/Cargo.toml index d6749f7b..09e9a81f 100644 --- a/bevy_rapier2d/Cargo.toml +++ b/bevy_rapier2d/Cargo.toml @@ -58,7 +58,7 @@ bevy = { version = "0.14", default-features = false, features = [ ] } oorandom = "11" approx = "0.5.1" -glam = { version = "0.27", features = ["approx"] } +glam = { version = "0.28", features = ["approx"] } bevy-inspector-egui = "0.25.1" bevy_egui = "0.28.0" diff --git a/bevy_rapier3d/Cargo.toml b/bevy_rapier3d/Cargo.toml index 11b0a43a..650d8ac3 100644 --- a/bevy_rapier3d/Cargo.toml +++ b/bevy_rapier3d/Cargo.toml @@ -59,7 +59,7 @@ bevy = { version = "0.14", default-features = false, features = [ "bevy_state", ] } approx = "0.5.1" -glam = { version = "0.27", features = ["approx"] } +glam = { version = "0.28", features = ["approx"] } bevy-inspector-egui = "0.25.1" bevy_egui = "0.28.0" divan = "0.1"