From bbfe0fb5d1a13f65d1c06b1f2c9f770c12402726 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 18:11:31 +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 72e4c6c34..cc1b62af3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,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"