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",
"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",