From 813a7a18476b4e6a4f54b94e8c2fdd8c20f9c45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 22:51:41 +0000 Subject: [PATCH] Update getrandom requirement from 0.2 to 0.3 Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.0...v0.3.1) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5855ad..f5d73d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ed25519-dalek = { version = "2.1.1", default-features = false, features = [ "fast", ] } # Explicit dependency so we can pass the wasm-bindgen flag to it -getrandom = { version = "0.2", optional = true } +getrandom = { version = "0.3", optional = true } gridiron = "0.10" hex = "0.4" lazy_static = "1.4"