From e66e725fb431ae52508791e1ce149d47c5edd30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:43:34 +0000 Subject: [PATCH] build(deps): update getrandom requirement from 0.2.15 to 0.3.2 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.15...v0.2.16) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.2.16 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 698efaf..aa6f169 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ flate2 = "1.0.35" bincode = "1.3.3" [dev-dependencies] -getrandom = { version = "0.2.15", features = ["js"] } +getrandom = { version = "0.3.2", features = ["js"] } wasm-bindgen-test = "0.3.34" web-sys = { version = "0.3.67", features = ["console"] }