From 6139865b44c3d39cace004b5a9b0e661684c1854 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:28:43 +0000 Subject: [PATCH] Update rand requirement from 0.3 to 0.8 in /rustfs Updates the requirements on [rand](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.3.0...0.8.0) Signed-off-by: dependabot-preview[bot] --- rustfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfs/Cargo.toml b/rustfs/Cargo.toml index b7a78b5..22ceefa 100644 --- a/rustfs/Cargo.toml +++ b/rustfs/Cargo.toml @@ -5,6 +5,6 @@ authors = ["xxks-kkk "] [dependencies] time = "0.1" -rand = "0.3" +rand = "0.8" spdk-rs = { path="../spdk-rs"} libc = "0.2" \ No newline at end of file