Bump rand from 0.8.3 to 0.8.4

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

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-06-21 03:04:18 +00:00
committed by GitHub
parent 6101c403d4
commit f6490111e8
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -86,7 +86,7 @@ dependencies = [
"num_cpus", "num_cpus",
"open", "open",
"rand 0.7.3", "rand 0.7.3",
"rand 0.8.3", "rand 0.8.4",
"serde", "serde",
"serde_bytes", "serde_bytes",
"serde_cbor", "serde_cbor",
@@ -781,9 +781,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.8.3" version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [ dependencies = [
"libc", "libc",
"rand_chacha 0.3.0", "rand_chacha 0.3.0",
+1 -1
View File
@@ -33,7 +33,7 @@ base64 = "0.13.0"
num-bigint = "0.4.0" num-bigint = "0.4.0"
num-traits = "0.2.14" num-traits = "0.2.14"
chrono = { version = "0.4.19", features = ["serde"] } chrono = { version = "0.4.19", features = ["serde"] }
rand = { version = "0.8.3", package = "rand" } rand = { version = "0.8.4", package = "rand" }
rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek rand-old = { package = "rand", version = "0.7.0" } # For ed25519-dalek
sqlite = "0.26.0" sqlite = "0.26.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] } uuid = { version = "0.8.2", features = ["serde", "v4"] }