From 3faed9d2ca463a6ef548862dae1cfb2d52845930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:54:34 +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 92f69b33..ebfb69b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,7 +625,7 @@ dependencies = [ "base64", "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 b772609f..f954a087 100644 --- a/crates/buffr-engine/Cargo.toml +++ b/crates/buffr-engine/Cargo.toml @@ -12,7 +12,7 @@ publish.workspace = true [dependencies] base64 = "0.22" -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.