From fa913a29780abbd26cbdadee1aef57db8ed58ffb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:01:53 +0000 Subject: [PATCH] fix(deps): update rust crate getrandom to 0.2.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28527b0..2e9302f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ egui = "0.22.0" # You only need serde if you want app persistence: serde = { version = "1", features = ["derive"] } rand = "0.8.5" -getrandom = { version = "0.2", features = ["js"] } +getrandom = { version = "0.2.14", features = ["js"] }