From 7c634ff5bcd1d4fc328eb319f406431041310d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 18:35:24 +0000 Subject: [PATCH] Bump rand_core from 0.3.0 to 0.3.1 Bumps [rand_core](https://github.com/rust-random/rand) from 0.3.0 to 0.3.1. - [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/rand_core-0.3.0...rand_core-0.3.1) --- updated-dependencies: - dependency-name: rand_core dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71738ed..c024cbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.17.0" @@ -921,7 +923,7 @@ checksum = "dee497e66d8d76bf08ce20c8d36e16f93749ab0bf89975b4f8ae5cee660c2da2" dependencies = [ "fuchsia-zircon", "libc", - "rand_core 0.3.0", + "rand_core 0.3.1", "rdrand", "winapi", ] @@ -935,7 +937,7 @@ dependencies = [ "autocfg 0.1.2", "libc", "rand_chacha", - "rand_core 0.3.0", + "rand_core 0.3.1", "rand_hc", "rand_isaac", "rand_os", @@ -951,14 +953,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" dependencies = [ "autocfg 0.1.2", - "rand_core 0.3.0", + "rand_core 0.3.1", ] [[package]] name = "rand_core" -version = "0.3.0" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" +dependencies = [ + "rand_core 0.4.2", +] + +[[package]] +name = "rand_core" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" +checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" [[package]] name = "rand_core" @@ -972,7 +983,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" dependencies = [ - "rand_core 0.3.0", + "rand_core 0.3.1", ] [[package]] @@ -981,7 +992,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" dependencies = [ - "rand_core 0.3.0", + "rand_core 0.3.1", ] [[package]] @@ -993,7 +1004,7 @@ dependencies = [ "cloudabi", "fuchsia-zircon", "libc", - "rand_core 0.3.0", + "rand_core 0.3.1", "rdrand", "winapi", ] @@ -1004,7 +1015,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "086bd09a33c7044e56bb44d5bdde5a60e7f119a9e95b0775f545de759a32fe05" dependencies = [ - "rand_core 0.3.0", + "rand_core 0.3.1", "rustc_version", ] @@ -1014,7 +1025,7 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" dependencies = [ - "rand_core 0.3.0", + "rand_core 0.3.1", ] [[package]] @@ -1055,7 +1066,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" dependencies = [ - "rand_core 0.3.0", + "rand_core 0.3.1", ] [[package]]