From 3ad5bdc4f821f2e758474f15b60ac0404f03e756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:03:44 +0000 Subject: [PATCH] Update getrandom requirement from 0.2 to 0.3 in /agde 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.2.15) --- updated-dependencies: - dependency-name: getrandom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agde/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agde/Cargo.toml b/agde/Cargo.toml index a769025..30a382e 100644 --- a/agde/Cargo.toml +++ b/agde/Cargo.toml @@ -24,7 +24,7 @@ xxhash-rust = { version = "0.8", features = ["xxh3"] } rand = "0.8" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.3", features = ["js"] } [package.metadata.docs.rs] all-features = true