From 0e1dfdd7c57042c79f94d6a998efbe4a761e2a08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Jun 2021 01:15:07 +0000 Subject: [PATCH] Update rand_hc requirement from 0.1.0 to 0.3.1 Updates the requirements on [rand_hc](https://github.com/rust-random/rand) to permit the latest version. - [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/rand_hc-0.1.0...rand_hc-0.3.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b6b6511..5c90978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pretty_env_logger="0.3.0" byteorder = "1.2.7" fnv = "1.0.6" rand = "0.6.5" -rand_hc = "0.1.0" +rand_hc = "0.3.1" rand_core = "0.4.0" lru_time_cache = "0.9.0" structopt = "0.2.13"