diff --git a/Cargo.lock b/Cargo.lock index 94097f2c4f..8002cb8165 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 08878cb385..e6e533b290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"