From 7b0c4444976dd369fc274953f7c8ea0cb1f9d734 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:14:46 +0000 Subject: [PATCH] Update rand_core requirement from 0.4.0 to 0.6.3 Updates the requirements on [rand_core](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_core-0.4.0...rand_core-0.6.3) 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..3b06faf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ byteorder = "1.2.7" fnv = "1.0.6" rand = "0.6.5" rand_hc = "0.1.0" -rand_core = "0.4.0" +rand_core = "0.6.3" lru_time_cache = "0.9.0" structopt = "0.2.13" itertools = "0.8.0"