From 41c4aad6f4abbad06be151cb35f43465dbb0d62f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:29:08 +0000 Subject: [PATCH] Update Rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 82db257..2d7e450 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ litemap = "0.8.1" flurry = "0.5.2" criterion = "0.8.2" seq-macro = "0.3.6" -rand = { version = "0.9.2", default-features = false, features = ["small_rng"] } +rand = { version = "0.10.0", default-features = false, features = ["small_rng"] } uuid = { version = "1.22.0", default-features = false, features = ["v4"] } foldhash = { version = "0.2.0", default-features = false } bincode = { version = "2.0.1", default-features = false, features = ["serde"] }