From a5a5996e39dedb1f63b995c4c0b68ccee62fda66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 10:58:00 +0000 Subject: [PATCH] Bump rand from 0.7.3 to 0.8.0 Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.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/0.7.3...0.8.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 83 ++++++++++++++++++++++++++++++++++----------- Cargo.toml | 2 +- compiler/Cargo.toml | 2 +- core/Cargo.toml | 2 +- gadgets/Cargo.toml | 2 +- state/Cargo.toml | 2 +- 6 files changed, 69 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e867a7683..cc829b425c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,6 +936,17 @@ dependencies = [ "wasi 0.9.0+wasi-snapshot-preview1", ] +[[package]] +name = "getrandom" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4" +dependencies = [ + "cfg-if 0.1.10", + "libc", + "wasi 0.9.0+wasi-snapshot-preview1", +] + [[package]] name = "gimli" version = "0.23.0" @@ -1292,7 +1303,7 @@ dependencies = [ "leo-type-inference", "num-bigint", "pest", - "rand", + "rand 0.8.0", "rand_xorshift", "serde", "sha2", @@ -1315,7 +1326,7 @@ version = "1.0.7" dependencies = [ "leo-ast", "leo-gadgets", - "rand", + "rand 0.8.0", "rand_xorshift", "snarkos-curves", "snarkos-errors", @@ -1330,7 +1341,7 @@ name = "leo-gadgets" version = "1.0.7" dependencies = [ "criterion", - "rand", + "rand 0.8.0", "rand_xorshift", "snarkos-errors", "snarkos-models", @@ -1403,7 +1414,7 @@ dependencies = [ "leo-state", "notify", "num-bigint", - "rand", + "rand 0.8.0", "rand_core 0.6.0", "reqwest", "rusty-hook", @@ -1448,7 +1459,7 @@ dependencies = [ "indexmap", "leo-ast", "leo-input", - "rand", + "rand 0.8.0", "rand_xorshift", "snarkos-algorithms", "snarkos-curves", @@ -2083,11 +2094,23 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom", + "getrandom 0.1.15", "libc", - "rand_chacha", + "rand_chacha 0.2.2", "rand_core 0.5.1", - "rand_hc", + "rand_hc 0.2.0", +] + +[[package]] +name = "rand" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12" +dependencies = [ + "libc", + "rand_chacha 0.3.0", + "rand_core 0.6.0", + "rand_hc 0.3.0", ] [[package]] @@ -2100,13 +2123,23 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" +dependencies = [ + "ppv-lite86", + "rand_core 0.6.0", +] + [[package]] name = "rand_core" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom", + "getrandom 0.1.15", ] [[package]] @@ -2114,6 +2147,9 @@ name = "rand_core" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18" +dependencies = [ + "getrandom 0.2.0", +] [[package]] name = "rand_hc" @@ -2124,6 +2160,15 @@ dependencies = [ "rand_core 0.5.1", ] +[[package]] +name = "rand_hc" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" +dependencies = [ + "rand_core 0.6.0", +] + [[package]] name = "rand_xorshift" version = "0.2.0" @@ -2170,7 +2215,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" dependencies = [ - "getrandom", + "getrandom 0.1.15", "redox_syscall", "rust-argon2", ] @@ -2545,8 +2590,8 @@ dependencies = [ "derivative", "digest 0.8.1", "itertools 0.9.0", - "rand", - "rand_chacha", + "rand 0.7.3", + "rand_chacha 0.2.2", "rayon", "sha2", "smallvec", @@ -2563,7 +2608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3aee88d337863483d07cd91e5dbc1c12de1375c1a133c49fe18f771924a80d6e" dependencies = [ "derivative", - "rand", + "rand 0.7.3", "rand_xorshift", "rustc_version", "serde", @@ -2593,7 +2638,7 @@ dependencies = [ "derivative", "hex", "itertools 0.9.0", - "rand", + "rand 0.7.3", "snarkos-algorithms", "snarkos-curves", "snarkos-errors", @@ -2647,7 +2692,7 @@ dependencies = [ "bincode", "derivative", "itertools 0.9.0", - "rand", + "rand 0.7.3", "rand_xorshift", "serde", "smallvec", @@ -2667,7 +2712,7 @@ dependencies = [ "derivative", "hex", "once_cell", - "rand", + "rand 0.7.3", "serde", "sha2", "snarkos-algorithms", @@ -2706,7 +2751,7 @@ dependencies = [ "bincode", "hex", "parking_lot", - "rand", + "rand 0.7.3", "rocksdb", "serde", "snarkos-algorithms", @@ -2724,7 +2769,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6f6e1ccf791ace8d28266d3067d0bf93e3a0c1beafa472f186f55866fe8a7d73" dependencies = [ "bincode", - "rand", + "rand 0.7.3", "snarkos-derives", "snarkos-errors", ] @@ -2794,7 +2839,7 @@ checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" dependencies = [ "cfg-if 0.1.10", "libc", - "rand", + "rand 0.7.3", "redox_syscall", "remove_dir_all", "winapi 0.3.9", diff --git a/Cargo.toml b/Cargo.toml index 99192f1bea..b66422ee94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ version = "4.0.15" version = "0.3" [dependencies.rand] -version = "0.7" +version = "0.8" [dependencies.rand_core] version = "0.6.0" diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index f05b375767..848dd7d12d 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -98,7 +98,7 @@ features = [ "serde-1" ] version = "2.0" [dependencies.rand] -version = "0.7" +version = "0.8" [dependencies.rand_xorshift] version = "0.2" diff --git a/core/Cargo.toml b/core/Cargo.toml index caf4e91625..c775ddf4df 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -41,7 +41,7 @@ default-features = false version = "1.1.3" [dependencies.rand] -version = "0.7" +version = "0.8" default-features = false [dependencies.rand_xorshift] diff --git a/gadgets/Cargo.toml b/gadgets/Cargo.toml index 6a8fdd9d73..b1a30e399f 100644 --- a/gadgets/Cargo.toml +++ b/gadgets/Cargo.toml @@ -29,7 +29,7 @@ default-features = false version = "1.1.3" [dependencies.rand] -version = "0.7" +version = "0.8" default-features = false [dependencies.rand_xorshift] diff --git a/state/Cargo.toml b/state/Cargo.toml index c3d5405f06..eb0a923961 100644 --- a/state/Cargo.toml +++ b/state/Cargo.toml @@ -57,7 +57,7 @@ version = "1.6.1" features = [ "serde-1" ] [dependencies.rand] -version = "0.7" +version = "0.8" [dependencies.rand_xorshift] version = "0.2"