From 31e37e516ac5ddcafe75c29c3eb4cb240371cfbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 00:17:07 +0000 Subject: [PATCH] chore(deps): bump getrandom from 0.3.4 to 0.4.2 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.2. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e1a3e7..0037a0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4751,7 +4751,7 @@ dependencies = [ "chacha20poly1305", "chrono", "futures", - "getrandom 0.3.4", + "getrandom 0.4.2", "globset", "ovc-core", "rand 0.10.2", @@ -4779,7 +4779,7 @@ dependencies = [ "ed25519-dalek", "flate2", "futures", - "getrandom 0.3.4", + "getrandom 0.4.2", "hmac 0.13.0", "http-body-util", "jsonwebtoken", @@ -4870,7 +4870,7 @@ dependencies = [ "curve25519-dalek", "dirs", "ed25519-dalek", - "getrandom 0.3.4", + "getrandom 0.4.2", "globset", "hmac 0.13.0", "postcard", @@ -4892,7 +4892,7 @@ version = "0.2.3" dependencies = [ "anyhow", "dirs", - "getrandom 0.3.4", + "getrandom 0.4.2", "gtk", "hex", "objc2 0.6.4", @@ -6750,7 +6750,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "proc-macro2", "quote", "syn 2.0.117", diff --git a/Cargo.toml b/Cargo.toml index 3c786fc..c95b3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ postcard = { version = "1", features = ["alloc"] } blake3 = "1" argon2 = "0.5" chacha20poly1305 = "0.11" -getrandom = "0.3" +getrandom = "0.4" rand = "0.10" zeroize = { version = "1", features = ["derive"] }