From e1a4d031ad535c596c1224ce093b73a548a98b4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 13:02:41 +0000 Subject: [PATCH] chore(deps): update rust crate getrandom to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d545df7c..5441f624d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,7 +184,7 @@ pollster = "0.4.0" tao = "0.31" wgpu = "23" winit = "0.30" -getrandom = "0.2" +getrandom = "0.3" http-range = "0.1" percent-encoding = "2.3"