summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-17 11:51:30 +0000
committerGitHub <noreply@github.com>2021-11-17 11:51:30 +0000
commitd579b55d16d7bf8b500e0e426c491dcdc789e6e3 (patch)
treedfd4bb7bfcb9fa6a4c6f7a1323dd126a4dd7634c /Cargo.lock
parentf539f60ae420f9ac8ae6dd4a82b13c505bc9005a (diff)
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>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f2950e4e7..13f4860fd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,7 +140,7 @@ dependencies = [
"log",
"minspan",
"parse_duration",
- "rand 0.8.3",
+ "rand 0.8.4",
"reqwest",
"rmp-serde",
"rust-crypto",
@@ -190,7 +190,7 @@ dependencies = [
"indicatif",
"log",
"parse_duration",
- "rand 0.8.3",
+ "rand 0.8.4",
"rmp-serde",
"rust-crypto",
"serde 1.0.126",
@@ -1568,9 +1568,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",
@@ -2072,7 +2072,7 @@ dependencies = [
"once_cell",
"parking_lot",
"percent-encoding",
- "rand 0.8.3",
+ "rand 0.8.4",
"rustls",
"serde 1.0.126",
"serde_json",
@@ -2208,7 +2208,7 @@ checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
"cfg-if",
"libc",
- "rand 0.8.3",
+ "rand 0.8.4",
"redox_syscall",
"remove_dir_all",
"winapi",
@@ -2460,7 +2460,7 @@ dependencies = [
"httparse",
"input_buffer",
"log",
- "rand 0.8.3",
+ "rand 0.8.4",
"sha-1",
"url",
"utf-8",