Merge pull request #524 from AleoHQ/dependabot/cargo/rand_core-0.6.1

Bump rand_core from 0.6.0 to 0.6.1
This commit is contained in:
Howard Wu 2021-01-07 20:54:28 -04:00 committed by GitHub
commit 4eecd61f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1383,7 +1383,7 @@ dependencies = [
"notify",
"num-bigint",
"rand",
"rand_core 0.6.0",
"rand_core 0.6.1",
"reqwest",
"rusty-hook",
"self_update",
@ -2089,9 +2089,9 @@ dependencies = [
[[package]]
name = "rand_core"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8b34ba8cfb21243bd8df91854c830ff0d785fff2e82ebd4434c2644cb9ada18"
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
[[package]]
name = "rand_hc"

View File

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