From a700e7bda4b69754107f9adcf8098f890b95370b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 10:44:35 +0000 Subject: [PATCH] Bump rand_core from 0.5.1 to 0.6.0 Bumps [rand_core](https://github.com/rust-random/rand) from 0.5.1 to 0.6.0. - [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.5.1...rand_core-0.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 16 +++++++++++----- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47057963e9..276b3c2347 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1414,7 +1414,7 @@ dependencies = [ "notify", "num-bigint", "rand", - "rand_core", + "rand_core 0.6.0", "reqwest", "rusty-hook", "self_update", @@ -2096,7 +2096,7 @@ dependencies = [ "getrandom", "libc", "rand_chacha", - "rand_core", + "rand_core 0.5.1", "rand_hc", ] @@ -2107,7 +2107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -2119,13 +2119,19 @@ dependencies = [ "getrandom", ] +[[package]] +name = "rand_core" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18" + [[package]] name = "rand_hc" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ - "rand_core", + "rand_core 0.5.1", ] [[package]] @@ -2134,7 +2140,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8" dependencies = [ - "rand_core", + "rand_core 0.5.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2c9ccfff7a..0ad2e41531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ version = "0.3" version = "0.7" [dependencies.rand_core] -version = "0.5.1" +version = "0.6.0" [dependencies.reqwest] version = "0.10.9"