From e2c832beace31bd577a0e52147a0477040ee2ce2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 11:32:03 +0000 Subject: [PATCH] deps: 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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e1faa4..686f649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4263,7 +4263,7 @@ dependencies = [ "dirs", "flate2", "futures-util", - "getrandom 0.3.4", + "getrandom 0.4.3", "governor", "http", "humantime", diff --git a/Cargo.toml b/Cargo.toml index f8f90e3..db1a955 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ async-trait = "0.1" # auth / crypto sha2 = "0.10" base64 = "0.23" -getrandom = "0.3" +getrandom = "0.4" tiny_http = "0.12" open = "5.4" secrecy = { version = "0.10", features = ["serde"] }