From b7a808bbadb82d0892203a1e08025e8c18845580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:44:48 +0000 Subject: [PATCH] Update getrandom requirement from 0.2.10 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.10...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 7917d341a84..799d345626c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ package = "serde" [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2.87" -getrandom = { version = "0.2.10", features = ["js", "js-sys"] } +getrandom = { version = "0.3.2", features = ["js", "js-sys"] } [lib] crate-type = ["cdylib", "rlib"]