From 18e3984d0269b5019d4a4a94c662bb9389bfd93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 06:21:35 +0000 Subject: [PATCH] Update rand_core requirement from 0.5.1 to 0.6.0 in /src/main 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.5.1...rand_core-0.6.0) Signed-off-by: dependabot[bot] --- src/main/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml index e37ed43017..c7c1eb014f 100644 --- a/src/main/Cargo.toml +++ b/src/main/Cargo.toml @@ -16,5 +16,5 @@ log-bindings = { path = "../support/logger/rust_bindings" } nix = "0.19.0" rand = "0.7.3" rand_chacha = "0.2.2" -rand_core = "0.5.1" +rand_core = "0.6.0" regex = "1"