From f3a054b45308490f03e8c53669aa86b7370978ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 06:42:50 +0000 Subject: [PATCH] Bump rand_pcg from 0.2.1 to 0.3.1 Bumps [rand_pcg](https://github.com/rust-random/rand) from 0.2.1 to 0.3.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- client/sysinfo/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 723a09ee9a39f..2c16c203d6aed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8990,7 +8990,7 @@ dependencies = [ "libc", "log", "rand 0.7.3", - "rand_pcg 0.2.1", + "rand_pcg 0.3.1", "regex", "sc-telemetry", "serde", @@ -11346,7 +11346,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "digest 0.10.3", "rand 0.8.5", "static_assertions", diff --git a/client/sysinfo/Cargo.toml b/client/sysinfo/Cargo.toml index 1e96f69a92dfe..cb19e0a233a52 100644 --- a/client/sysinfo/Cargo.toml +++ b/client/sysinfo/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.19" libc = "0.2" log = "0.4.17" rand = "0.7.3" -rand_pcg = "0.2.1" +rand_pcg = "0.3.1" regex = "1" serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.85"