Merge pull request #503 from AleoHQ/dependabot/cargo/rand_core-0.6.0

Bump rand_core from 0.5.1 to 0.6.0
This commit is contained in:
Howard Wu 2020-12-15 11:29:00 -04:00 committed by GitHub
commit 8c9e8fdb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 6 deletions

16
Cargo.lock generated
View File

@ -1404,7 +1404,7 @@ dependencies = [
"notify",
"num-bigint",
"rand",
"rand_core",
"rand_core 0.6.0",
"reqwest",
"rusty-hook",
"self_update",
@ -2086,7 +2086,7 @@ dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_core 0.5.1",
"rand_hc",
]
@ -2097,7 +2097,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core",
"rand_core 0.5.1",
]
[[package]]
@ -2109,13 +2109,19 @@ dependencies = [
"getrandom",
]
[[package]]
name = "rand_core"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18"
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core",
"rand_core 0.5.1",
]
[[package]]
@ -2124,7 +2130,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
dependencies = [
"rand_core",
"rand_core 0.5.1",
]
[[package]]

View File

@ -125,7 +125,7 @@ version = "0.3"
version = "0.7"
[dependencies.rand_core]
version = "0.5.1"
version = "0.6.0"
[dependencies.reqwest]
version = "0.10.10"