From f6490111e831f7bfcd86f6f356917bbb800ca5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 03:04:18 +0000 Subject: [PATCH] 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a17fa7..f5ab0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 31bafff..feec44c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }