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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-06-16 10:54:41 +00:00 committed by GitHub
parent 20befbdd93
commit 5d04ae9da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
Cargo.lock generated
View File

@ -1161,7 +1161,7 @@ dependencies = [
"leo-test-framework", "leo-test-framework",
"num-bigint", "num-bigint",
"pest", "pest",
"rand 0.8.3", "rand 0.8.4",
"rand_core 0.6.2", "rand_core 0.6.2",
"rand_xorshift", "rand_xorshift",
"serde", "serde",
@ -1225,7 +1225,7 @@ dependencies = [
"leo-state", "leo-state",
"leo-synthesizer", "leo-synthesizer",
"notify", "notify",
"rand 0.8.3", "rand 0.8.4",
"rand_core 0.6.2", "rand_core 0.6.2",
"reqwest", "reqwest",
"rusty-hook", "rusty-hook",
@ -1287,7 +1287,7 @@ dependencies = [
"indexmap", "indexmap",
"leo-ast", "leo-ast",
"leo-input", "leo-input",
"rand 0.8.3", "rand 0.8.4",
"rand_core 0.6.2", "rand_core 0.6.2",
"rand_xorshift", "rand_xorshift",
"snarkvm-algorithms", "snarkvm-algorithms",
@ -1894,9 +1894,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.8.3" version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [ dependencies = [
"libc", "libc",
"rand_chacha 0.3.0", "rand_chacha 0.3.0",
@ -2332,7 +2332,7 @@ dependencies = [
"derivative", "derivative",
"digest 0.9.0", "digest 0.9.0",
"itertools 0.10.0", "itertools 0.10.0",
"rand 0.8.3", "rand 0.8.4",
"rand_chacha 0.3.0", "rand_chacha 0.3.0",
"rayon", "rayon",
"sha2", "sha2",
@ -2352,7 +2352,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b1a4b3cb0a68de48d3263a25fa63a3ae14df1f5042fdf536a207b616f1e4217" checksum = "2b1a4b3cb0a68de48d3263a25fa63a3ae14df1f5042fdf536a207b616f1e4217"
dependencies = [ dependencies = [
"derivative", "derivative",
"rand 0.8.3", "rand 0.8.4",
"rand_xorshift", "rand_xorshift",
"rustc_version", "rustc_version",
"serde", "serde",
@ -2390,7 +2390,7 @@ dependencies = [
"hex", "hex",
"itertools 0.10.0", "itertools 0.10.0",
"once_cell", "once_cell",
"rand 0.8.3", "rand 0.8.4",
"serde", "serde",
"sha2", "sha2",
"snarkvm-algorithms", "snarkvm-algorithms",
@ -2412,7 +2412,7 @@ checksum = "818e32f60d87abbe22e04d44ec358849e78393ae7e0a315334e3402dea909198"
dependencies = [ dependencies = [
"bincode", "bincode",
"derivative", "derivative",
"rand 0.8.3", "rand 0.8.4",
"rand_xorshift", "rand_xorshift",
"serde", "serde",
"snarkvm-utilities", "snarkvm-utilities",
@ -2479,7 +2479,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2c3439bd12599fcaca1d885eb9051c885f2276be2dd0e2692e5f90cc03466f1" checksum = "e2c3439bd12599fcaca1d885eb9051c885f2276be2dd0e2692e5f90cc03466f1"
dependencies = [ dependencies = [
"bincode", "bincode",
"rand 0.8.3", "rand 0.8.4",
"snarkvm-derives", "snarkvm-derives",
"thiserror", "thiserror",
] ]
@ -2578,7 +2578,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [ dependencies = [
"cfg-if 1.0.0", "cfg-if 1.0.0",
"libc", "libc",
"rand 0.8.3", "rand 0.8.4",
"redox_syscall", "redox_syscall",
"remove_dir_all", "remove_dir_all",
"winapi 0.3.9", "winapi 0.3.9",