From 831a4bbc8b423279935aebe796790d64100b10fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:13:01 +0000 Subject: [PATCH] build(deps): update rand_core requirement from 0.5.1 to 0.6.4 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.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c8901e4f..aefdd37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ rustc-serialize = "0.3" newtype_derive = "0.1" custom_derive = "0.1" rand = "0.7.3" -rand_core = "0.5.1" +rand_core = "0.6.4" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"