diff --git a/common/Cargo.toml b/common/Cargo.toml index 7aca1658..e2d0d0f4 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -21,7 +21,7 @@ hecs = "0.7.6" tracing-subscriber = { version = "0.2.5", default-features = false, features = ["env-filter", "smallvec", "fmt", "ansi", "chrono", "parking_lot"] } rand = "0.7.3" rand_pcg = "0.2.1" -rand_distr = "0.3.0" +rand_distr = "0.4.3" [dev-dependencies] approx = "0.3.2"