diff --git a/common/Cargo.toml b/common/Cargo.toml index 7aca1658..fa2a92b0 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -20,7 +20,7 @@ tracing = "0.1.10" 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_pcg = "0.3.1" rand_distr = "0.3.0" [dev-dependencies]