build(deps): bump rand from 0.8.1 to 0.8.2 (#473)

Bumps [rand](https://github.com/rust-random/rand) from 0.8.1 to 0.8.2.
- [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.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-15 16:41:07 -08:00 committed by GitHub
parent 49274e7e52
commit 2f08e14b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1869,9 +1869,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.8.1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34"
checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
dependencies = [
"libc",
"rand_chacha 0.3.0",
@ -2130,7 +2130,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c5f557ca03d0c2dc8207adb765f6fd18ad535a7031208dd0e9208b8e91caef"
dependencies = [
"num 0.3.1",
"rand 0.8.1",
"rand 0.8.2",
"simple_asn1",
]
@ -2409,7 +2409,7 @@ dependencies = [
"instant",
"lazy_static",
"log",
"rand 0.8.1",
"rand 0.8.2",
"rand_pcg 0.3.0",
"reqwest",
"rsa_public_encrypt_pkcs1",

View File

@ -29,7 +29,7 @@ flate2 = { version = "1.0.19", features = ["rust_backend"], default-features = f
zip = { version = "0.5.6", features = ["deflate"], default-features = false }
image = "0.23.12"
getrandom = { version = "0.2.1", features = ["js"] }
rand = "0.8.1"
rand = "0.8.2"
rand_pcg = "0.3.0"
base64 = "0.13.0"
log = { version = "0.4.13", features = ["std"] }