Bump rand from 0.8.3 to 0.8.4 (#152)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-17 11:51:30 +00:00 committed by GitHub
parent f539f60ae4
commit d579b55d16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

14
Cargo.lock generated
View File

@ -140,7 +140,7 @@ dependencies = [
"log", "log",
"minspan", "minspan",
"parse_duration", "parse_duration",
"rand 0.8.3", "rand 0.8.4",
"reqwest", "reqwest",
"rmp-serde", "rmp-serde",
"rust-crypto", "rust-crypto",
@ -190,7 +190,7 @@ dependencies = [
"indicatif", "indicatif",
"log", "log",
"parse_duration", "parse_duration",
"rand 0.8.3", "rand 0.8.4",
"rmp-serde", "rmp-serde",
"rust-crypto", "rust-crypto",
"serde 1.0.126", "serde 1.0.126",
@ -1568,9 +1568,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",
@ -2072,7 +2072,7 @@ dependencies = [
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"percent-encoding", "percent-encoding",
"rand 0.8.3", "rand 0.8.4",
"rustls", "rustls",
"serde 1.0.126", "serde 1.0.126",
"serde_json", "serde_json",
@ -2208,7 +2208,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"rand 0.8.3", "rand 0.8.4",
"redox_syscall", "redox_syscall",
"remove_dir_all", "remove_dir_all",
"winapi", "winapi",
@ -2460,7 +2460,7 @@ dependencies = [
"httparse", "httparse",
"input_buffer", "input_buffer",
"log", "log",
"rand 0.8.3", "rand 0.8.4",
"sha-1", "sha-1",
"url", "url",
"utf-8", "utf-8",

View File

@ -31,7 +31,7 @@ sodiumoxide = "0.2.6"
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features = false } reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"], default-features = false }
base64 = "0.13.0" base64 = "0.13.0"
parse_duration = "2.1.1" parse_duration = "2.1.1"
rand = "0.8.3" rand = "0.8.4"
rust-crypto = "^0.2" rust-crypto = "^0.2"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
async-trait = "0.1.49" async-trait = "0.1.49"

View File

@ -30,7 +30,7 @@ sodiumoxide = "0.2.6"
base64 = "0.13.0" base64 = "0.13.0"
fork = "0.1.18" fork = "0.1.18"
parse_duration = "2.1.1" parse_duration = "2.1.1"
rand = "0.8.3" rand = "0.8.4"
rust-crypto = "^0.2" rust-crypto = "^0.2"
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
warp = "0.3" warp = "0.3"