From 7335c3b60c4af1988dc405607eb5c7e185977c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:19:43 +0000 Subject: [PATCH] deps: update getrandom requirement from 0.3.4 to 0.4.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.3.4...v0.4.2) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.2 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 9eca72d..6e77f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ rsa = { version = "0.9.8", optional = true, features = ["sha2"] } pkcs8 = { version = "0.10.2", features = ["pem", "alloc"] } # Random number generation -getrandom = "0.3.4" +getrandom = "0.4.2" rand_core = "0.6.4" # Used for OsRng in asymmetric crypto modules # Secure memory handling