From d6ac9581eac13838a202ab547bf9bb6bffdd20d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:30:53 +0000 Subject: [PATCH] chore(deps): update getrandom requirement from 0.3 to 0.4 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.3.0...v0.4.3) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/dpp-registry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dpp-registry/Cargo.toml b/crates/dpp-registry/Cargo.toml index e7884d1..cdc1a09 100644 --- a/crates/dpp-registry/Cargo.toml +++ b/crates/dpp-registry/Cargo.toml @@ -20,4 +20,4 @@ serde_json = { workspace = true } thiserror = { workspace = true } uuid = { version = "1", features = ["v4", "serde", "js"] } chrono = { workspace = true } -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] }