From 9cb89c633c9e31ab06885439a7c49b8ec0ee2d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 10:01:45 +0000 Subject: [PATCH] Update rand requirement from 0.7 to 0.8 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/0.7.0...0.7.3) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36d82cde..1063ec8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ blake2s_simd = "0.5" jubjub = "0.3" serde = { version = "1", optional = true, features = ["derive"] } serde_derive = "1" -rand = { version = "0.7", features = ["wasm-bindgen"] } +rand = { version = "0.8", features = ["wasm-bindgen"] } wasm-bindgen = {version = "^0.2", features = ["nightly", "serde-serialize"]} [dev-dependencies]