From 0702b328407b7737014d5861e91f79829e5f56b6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:25:03 +0000 Subject: [PATCH] Bump rand_core from 0.6.1 to 0.6.2 Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.1 to 0.6.2. - [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_core-0.6.1...rand_core-0.6.2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 902274c662..b80ad13c7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1414,7 +1414,7 @@ dependencies = [ "notify", "num-bigint", "rand", - "rand_core 0.6.1", + "rand_core 0.6.2", "reqwest", "rusty-hook", "self_update", @@ -2175,9 +2175,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" [[package]] name = "rand_hc" diff --git a/Cargo.toml b/Cargo.toml index 334bde9ef3..0e2d8fb28b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ version = "0.3" version = "0.7" [dependencies.rand_core] -version = "0.6.1" +version = "0.6.2" [dependencies.reqwest] version = "0.11.0"