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.