From 3d675025af72ff88fc1bd21ded658a5a825fefb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:19:25 +0000 Subject: [PATCH] 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.0) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.0 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 53abad5..f64b9ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ pretty = ["bin", "colored"] completion = ["clap_autocomplete"] [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] -getrandom = { version = "0.3", features = ["wasm_js"] } +getrandom = { version = "0.4", features = ["wasm_js"] } # Build with `--profile production` [profile.production]