Merge pull request #134 from Revertron/dependabot/cargo/rand-0.8.4

Bump rand from 0.8.3 to 0.8.4
This commit is contained in:
Revertron
2021-06-30 10:50:11 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -86,7 +86,7 @@ dependencies = [
"num_cpus",
"open",
"rand 0.7.3",
"rand 0.8.3",
"rand 0.8.4",
"serde",
"serde_bytes",
"serde_cbor",
@@ -781,9 +781,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 0.3.0",
+1 -1
View File
@@ -33,7 +33,7 @@ base64 = "0.13.0"
num-bigint = "0.4.0"
num-traits = "0.2.14"
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
sqlite = "0.26.0"
uuid = { version = "0.8.2", features = ["serde", "v4"] }