From b83877b8e41c7880e57df067aa5345d6206047b2 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:43:58 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9.0 [security] --- Cargo.toml | 2 +- benchmarks/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ebd18d9..6c5d96b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ num-traits = { version = "0.2.18" } ordered-float = { version = "4.2.0" } proptest = { version = "1.4.0" } proptest-derive = { version = "0.4.0" } -rand = { version = "0.8.5", features = ["std_rng"] } +rand = { version = "0.9.0", features = ["std_rng"] } statrs = { version = "0.16.0" } test-case = { version = "3.3.1" } diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 97b19da..e48f387 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -10,7 +10,7 @@ fliphash = { version = "0.1.0", path = "..", features = ["xxh3"] } clap = { version = "4.5.0", features = ["derive"] } itertools = { version = "0.12.1" } plotly = { version = "0.8.4", features = ["kaleido"] } -rand = { version = "0.8.5", features = ["std_rng"] } +rand = { version = "0.9.0", features = ["std_rng"] } serde = { version = "1.0.196" } serde_derive = { version = "1.0.196" } serde_json = { version = "1.0.113" }