From b9fd78faacc5a94d59d648fa7dc1403f84e68cf7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Mon, 27 Jan 2025 15:07:24 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8390071..7642cb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] cgmath = { version = "0.18.0", features = ["swizzle", "serde"] } -rand = "0.8.5" +rand = "0.9.0" backtrace = "0.3.73" assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } anyhow = { version = "1.0.86", features = ["backtrace"] } -- 2.47.1