From 12385159dd55d03959e966879dd4cf33445771a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:03:33 +0000 Subject: [PATCH] fix(deps): update rust crate rand to v0.10.1 --- Cargo.toml | 2 +- benchmark/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7be8ed9..3105f68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ features = ["zstd", "lz4"] [dev-dependencies] anyhow = "1.0.79" -rand = "0.8.5" +rand = "0.10.0" [dev-dependencies.criterion] version = "0.5.1" diff --git a/benchmark/Cargo.toml b/benchmark/Cargo.toml index 93157ee..dde0840 100644 --- a/benchmark/Cargo.toml +++ b/benchmark/Cargo.toml @@ -8,7 +8,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simpledb = { path = "../" } -rand = "0.8" +rand = "0.10" [dev-dependencies] criterion = "0.5"