From d38af4871b96a2e077c01e3db1fa9880f0ab9977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 06:02:00 +0000 Subject: [PATCH] Update rand_core requirement from 0.5 to 0.6 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.0...rand_core-0.6.0) Signed-off-by: dependabot[bot] --- curve25519-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index dd90930..5659a55 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -21,7 +21,7 @@ sha2 = "0" pem = "0" [dependencies.rand_core] -version = "0.5" +version = "0.6" default-features = false [dev-dependencies]