From 52e1f4b22bf902005333d39db974bc062818dd43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:28:05 +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 | 4 ++-- crates/rustframe/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31f359d..472ea2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3544,7 +3544,7 @@ dependencies = [ "arboard", "base64 0.23.1", "dirs", - "getrandom 0.3.4", + "getrandom 0.4.2", "gtk", "mime_guess", "rfd", @@ -4101,7 +4101,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.52.0", diff --git a/crates/rustframe/Cargo.toml b/crates/rustframe/Cargo.toml index 77d0b51..1c10dd2 100644 --- a/crates/rustframe/Cargo.toml +++ b/crates/rustframe/Cargo.toml @@ -20,7 +20,7 @@ desktop = ["dep:arboard", "dep:getrandom", "dep:gtk", "dep:mime_guess", "dep:rfd arboard = { version = "3.6.1", optional = true } base64 = "0.23.1" dirs = "6.0.0" -getrandom = { version = "0.3.4", optional = true } +getrandom = { version = "0.4.2", optional = true } rusqlite = { version = "0.37.0", features = ["backup", "bundled"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"