From 18bedd80c882d20b1a4dd9e63e9c3c76293e5997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 01:20:39 +0000 Subject: [PATCH] chore(deps): Update Rust crate rand to 0.10.0 --- tools/gen_large_yaml/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen_large_yaml/Cargo.toml b/tools/gen_large_yaml/Cargo.toml index d8526fb..212a127 100644 --- a/tools/gen_large_yaml/Cargo.toml +++ b/tools/gen_large_yaml/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -rand = { version = "0.8.5", features = [ "small_rng" ] } +rand = { version = "0.10.0", features = [ "small_rng" ] } lipsum = "0.9.0" [profile.release-lto]