From 1059f296d477112e6d42fc35aade2b2f8cc33334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2020 05:21:52 +0000 Subject: [PATCH] Update getrandom requirement from 0.1 to 0.2 Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Release notes](https://github.com/rust-random/getrandom/releases) - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d53541a3..962ac709 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -47,7 +47,7 @@ native-tls = { version = "0.2", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies] js-sys = "0.3" -getrandom = {version="0.1", features=["wasm-bindgen"]} +getrandom = {version="0.2", features=["wasm-bindgen"]} [dev-dependencies] rayon = "1"