From 9bf0be45a52eb54370d60d9afe10e5d9ab9f6300 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:23:38 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.2 to 0.8.3 Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 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/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af74110..3c79abe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1375,7 +1375,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83abebdb324c30f176d449513f0134bafbf976d5279c6554742599e3996d1629" dependencies = [ - "rand 0.8.2", + "rand 0.7.3", "serde", "serde_derive", "serde_json", @@ -1545,9 +1545,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e" +checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" dependencies = [ "libc", "rand_chacha 0.3.0", @@ -2265,7 +2265,7 @@ dependencies = [ "httparse", "input_buffer", "log", - "rand 0.8.2", + "rand 0.8.3", "sha-1 0.9.2", "url", "utf-8", @@ -2605,7 +2605,7 @@ dependencies = [ "pfacts", "pretty_env_logger", "prometheus", - "rand 0.8.2", + "rand 0.8.3", "reqwest", "ructe", "sdnotify",