Bump rand from 0.8.1 to 0.8.2

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[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-14 03:01:26 +00:00 committed by GitHub
parent 3cb38b67f1
commit 6db1c619ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -153,7 +153,7 @@ dependencies = [
"java-properties",
"meval",
"num_cpus",
"rand 0.8.1",
"rand 0.8.2",
"semver",
"serde_json",
"uname",
@ -636,9 +636,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",