From 136fec65c421f85a23549dc2e5639a66cca5a5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:14:05 +0000 Subject: [PATCH] chore(deps): bump getrandom from 0.2.17 to 0.4.2 Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.17 to 0.4.2. - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/getrandom/compare/v0.2.17...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 01f2cdd..1bf1ddd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1720,7 +1720,7 @@ dependencies = [ "base64", "chacha20poly1305", "dirs", - "getrandom 0.2.17", + "getrandom 0.4.2", "nucleo-matcher", "ratatui", "serde", diff --git a/Cargo.toml b/Cargo.toml index 925633a..744787a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ argon2 = "0.5" base64 = "0.22" chacha20poly1305 = "0.10" dirs = "6.0.0" -getrandom = "0.2" +getrandom = "0.4" nucleo-matcher = "0.3.1" ratatui = "0.30.1" serde = { version = "1", features = ["derive"] }