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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-02-15 22:23:38 +00:00 committed by GitHub
parent ec0ebf68e8
commit 9bf0be45a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
Cargo.lock generated
View File

@ -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",