From 5d04ae9da58c7397a7af824d9d58abc3d54c112d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:54:41 +0000 Subject: [PATCH] Bump rand from 0.8.3 to 0.8.4 Bumps [rand](https://github.com/rust-random/rand) from 0.8.3 to 0.8.4. - [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/0.8.3...0.8.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc1a26885f..92b5f16130 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1161,7 +1161,7 @@ dependencies = [ "leo-test-framework", "num-bigint", "pest", - "rand 0.8.3", + "rand 0.8.4", "rand_core 0.6.2", "rand_xorshift", "serde", @@ -1225,7 +1225,7 @@ dependencies = [ "leo-state", "leo-synthesizer", "notify", - "rand 0.8.3", + "rand 0.8.4", "rand_core 0.6.2", "reqwest", "rusty-hook", @@ -1287,7 +1287,7 @@ dependencies = [ "indexmap", "leo-ast", "leo-input", - "rand 0.8.3", + "rand 0.8.4", "rand_core 0.6.2", "rand_xorshift", "snarkvm-algorithms", @@ -1894,9 +1894,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" +checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" dependencies = [ "libc", "rand_chacha 0.3.0", @@ -2332,7 +2332,7 @@ dependencies = [ "derivative", "digest 0.9.0", "itertools 0.10.0", - "rand 0.8.3", + "rand 0.8.4", "rand_chacha 0.3.0", "rayon", "sha2", @@ -2352,7 +2352,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b1a4b3cb0a68de48d3263a25fa63a3ae14df1f5042fdf536a207b616f1e4217" dependencies = [ "derivative", - "rand 0.8.3", + "rand 0.8.4", "rand_xorshift", "rustc_version", "serde", @@ -2390,7 +2390,7 @@ dependencies = [ "hex", "itertools 0.10.0", "once_cell", - "rand 0.8.3", + "rand 0.8.4", "serde", "sha2", "snarkvm-algorithms", @@ -2412,7 +2412,7 @@ checksum = "818e32f60d87abbe22e04d44ec358849e78393ae7e0a315334e3402dea909198" dependencies = [ "bincode", "derivative", - "rand 0.8.3", + "rand 0.8.4", "rand_xorshift", "serde", "snarkvm-utilities", @@ -2479,7 +2479,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2c3439bd12599fcaca1d885eb9051c885f2276be2dd0e2692e5f90cc03466f1" dependencies = [ "bincode", - "rand 0.8.3", + "rand 0.8.4", "snarkvm-derives", "thiserror", ] @@ -2578,7 +2578,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" dependencies = [ "cfg-if 1.0.0", "libc", - "rand 0.8.3", + "rand 0.8.4", "redox_syscall", "remove_dir_all", "winapi 0.3.9",