diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 7aae1ec74be45..73b529ef249e3 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1", default-features = false, features = [ libm = { version = "0.2", optional = true } approx = { version = "0.5", default-features = false, optional = true } rand = { version = "0.8", default-features = false, optional = true } -rand_distr = { version = "0.4.3", optional = true } +rand_distr = { version = "0.5.1", optional = true } smallvec = { version = "1.11" } bevy_reflect = { path = "../bevy_reflect", version = "0.16.0-dev", default-features = false, features = [ "glam",