From 0e54e37dd894c3ba33d05b05a8ba25140fd90c40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:57:09 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f5e83b..0daeb0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ las = { version = "0.9", features = ["laz-parallel"] } memmap = "0.7" proc-macro2 = { version = "1", features=["default", "proc-macro"] } radians = "0.3" -rand = "0.9" +rand = "0.10" rand_distr = "0.5" rayon = "1" rstest = "0.26" @@ -79,7 +79,7 @@ optional = true features = ["laz-parallel"] [dependencies.rand] -version = "0.9" +version = "0.10" optional = true [dependencies.rand_chacha]