From b2973e14e529a0bd854551bfea3b571286e7851d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 07:01:46 -0700 Subject: [PATCH] chore(deps): Bump rand_hc from 0.3.1 to 0.3.2 (#3465) Bumps [rand_hc](https://github.com/rust-random/rngs) from 0.3.1 to 0.3.2. - [Commits](https://github.com/rust-random/rngs/commits) --- updated-dependencies: - dependency-name: rand_hc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5843713a99..746f4af67f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7286,9 +7286,9 @@ dependencies = [ [[package]] name = "rand_hc" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7" +checksum = "7b363d4f6370f88d62bf586c80405657bde0f0e1b8945d47d2ad59b906cb4f54" dependencies = [ "rand_core", ]