Bump rand_core to 0.6.2

https://rustsec.org/advisories/RUSTSEC-2021-0023
This commit is contained in:
Trent Nelson
2021-02-15 14:46:44 -07:00
committed by Trent Nelson
parent efe563201f
commit 543f7e7ec1
3 changed files with 9 additions and 5 deletions

View File

@@ -1978,7 +1978,7 @@ checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
dependencies = [
"libc",
"rand_chacha 0.3.0",
"rand_core 0.6.1",
"rand_core 0.6.2",
"rand_hc 0.3.0",
]
@@ -1999,7 +1999,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
"rand_core 0.6.1",
"rand_core 0.6.2",
]
[[package]]
@@ -2013,9 +2013,9 @@ dependencies = [
[[package]]
name = "rand_core"
version = "0.6.1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
"getrandom 0.2.1",
]
@@ -2035,7 +2035,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
"rand_core 0.6.1",
"rand_core 0.6.2",
]
[[package]]
@@ -2513,6 +2513,7 @@ dependencies = [
"curve25519-dalek 3.0.0",
"num-derive 0.3.0",
"num-traits",
"rand_core 0.6.2",
"solana-runtime",
"solana-sdk",
"solana_rbpf",
@@ -2869,6 +2870,7 @@ dependencies = [
"bincode",
"chrono",
"log",
"rand_core 0.6.2",
"serde",
"serde_derive",
"solana-sdk",