From be878cd9c5abccbfe87b1c2b241aa277469b96b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 18:19:20 +0000 Subject: [PATCH] Bump getrandom from 0.3.4 to 0.4.3 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.4 to 0.4.3. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.3.4...v0.4.3) --- updated-dependencies: - dependency-name: getrandom dependency-version: 0.4.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5a171b..248479b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2093,7 +2093,7 @@ dependencies = [ "anyhow", "axum", "clap", - "getrandom 0.3.4", + "getrandom 0.4.3", "hex", "hmac", "image", @@ -2124,7 +2124,7 @@ version = "0.1.0" dependencies = [ "chardetng", "encoding_rs", - "getrandom 0.3.4", + "getrandom 0.4.3", "hex", "nipa-agent", "nipa-core", diff --git a/Cargo.toml b/Cargo.toml index e86688a..880026a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,6 +84,6 @@ encoding_rs = "0.8" walkdir = "2" sha2 = "0.10" hmac = "0.12" -getrandom = "0.3" +getrandom = "0.4" md-5 = "0.10" hex = "0.4"