From 33e9f009c9f4594f033917c6625ee69b60c6fc85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 17:26:54 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a9fb20764..8fa5c11497 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", @@ -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",