From 635e880340e78edd1c4fa201be5f109b87d6400f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 16:42:17 +0000 Subject: [PATCH] Bump rand from 0.8.1 to 0.8.3 Bumps [rand](https://github.com/rust-random/rand) from 0.8.1 to 0.8.3. - [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/0.8.1...0.8.3) Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf1565e740..b0636d406e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,7 +625,7 @@ dependencies = [ "num 0.3.1", "pem", "proptest", - "rand 0.8.1", + "rand 0.8.3", "regex", "reqwest", "serde", @@ -679,7 +679,7 @@ dependencies = [ "primitive-types", "proptest", "quickcheck", - "rand 0.8.1", + "rand 0.8.3", "reqwest", "serde", "serde_derive", @@ -867,9 +867,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.3.1" +version = "2.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "993a608597367c6377b258c25d7120740f00ed23a2252b729b1932dd7866f908" +checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57" [[package]] name = "debugid" @@ -2428,7 +2428,7 @@ dependencies = [ "proptest", "quickcheck", "quickcheck_async", - "rand 0.8.1", + "rand 0.8.3", "reqwest", "rust_decimal", "sentry", @@ -3172,9 +3172,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.1" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha 0.3.0",