From 9e710d65312b382c1cf906d76900dba39cbabb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 23:26:39 +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 +- crates/buffr-engine/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9c6077..b763500 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,7 +574,7 @@ version = "0.2.0" dependencies = [ "buffr-modal", "buffr-permissions", - "getrandom 0.2.17", + "getrandom 0.4.2", "raw-window-handle", "serde", "serde_json", diff --git a/crates/buffr-engine/Cargo.toml b/crates/buffr-engine/Cargo.toml index c6118df..ff90a87 100644 --- a/crates/buffr-engine/Cargo.toml +++ b/crates/buffr-engine/Cargo.toml @@ -14,7 +14,7 @@ publish.workspace = true ignored = [] [dependencies] -getrandom = "0.2" +getrandom = "0.4" # raw-window-handle 0.6 lets backends accept a host wl_surface for native # subsurface compositing (Phase 3 of the WPE WebKit umbrella, #109). Type- # only crate; no transitive runtime weight.