From 1eb8609d15d5a58c16d132d188f0b600bce9d5ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 15:55:32 +0000 Subject: [PATCH] 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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d635e6e..f90c4b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,7 +1971,7 @@ dependencies = [ "clap_complete", "comfy-table", "dirs", - "getrandom 0.3.4", + "getrandom 0.4.2", "http-body-util", "hyper", "hyper-util", diff --git a/Cargo.toml b/Cargo.toml index 6f4522e..a36e651 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ toml = "0.8" keyring = { version = "3", features = ["apple-native", "linux-native", "windows-native"] } sha2 = "0.10" base64 = "0.22" -getrandom = "0.3" +getrandom = "0.4" hyper = { version = "1", features = ["server", "http1"] } http-body-util = "0.1" hyper-util = { version = "0.1", features = ["server", "tokio"] }