From 0c1649431d912b700a0ca86841e249bae23c53d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 20:35:59 +0000 Subject: [PATCH] Update getrandom requirement from 0.1.14 to 0.2.3 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.3) 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..bb65f0d 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.3" features = ["wasm-bindgen"] [dependencies.anyhow]