From 16a529819e2f74fec40c91c97a8495072069b157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 22:18:33 +0000 Subject: [PATCH] Update rand_pcg requirement from 0.2.1 to 0.3.1 Updates the requirements on [rand_pcg](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_pcg-0.2.1...rand_pcg-0.3.1) --- updated-dependencies: - dependency-name: rand_pcg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]