From 9984cd769b1ad87f8647e7f456a37d8df3c1639f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:17:37 +0000 Subject: [PATCH] Update getrandom requirement from 0.1.14 to 0.2.1 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.14...v0.2.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3a6340..6c578a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ rustfmt = { allow_failure = false } bench = { run = true } [dependencies.getrandom] -version = "0.1.14" +version = "0.2.1" features = ["wasm-bindgen"] [dependencies.anyhow]