From a705f601ddfcef9114c89f40df519bd170e50fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:26:19 +0000 Subject: [PATCH] chore(deps): bump getrandom from 0.2.17 to 0.3.4 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.17 to 0.3.4. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.17...v0.3.4) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d77569a..4fbcc22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2708,7 +2708,7 @@ dependencies = [ "eframe", "encoding_rs", "filetime", - "getrandom 0.2.17", + "getrandom 0.3.4", "hex", "rayon", "regex", diff --git a/Cargo.toml b/Cargo.toml index b2c63d1..eb1616a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rayon = "1.10" blake3 = { version = "1.5", features = ["mmap"] } sha2 = "0.10" hex = "0.4" -getrandom = "0.2" +getrandom = "0.3" walkdir = "2.5" dirs = "5.0" ed25519-dalek = { version = "2.1", optional = true }