Merge pull request #181 from sagiegurari/dependabot/cargo/rand-0.8.4

Bump rand from 0.8.3 to 0.8.4
This commit is contained in:
Sagie Gur-Ari 2021-06-16 08:56:38 +03:00 committed by GitHub
commit 6ca5ee9555
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -660,9 +660,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.8.3"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
"libc",
"rand_chacha",