From ff66ca03a111ff0ae4b0c756f0842b53e7e1c288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 00:00:11 +0000 Subject: [PATCH] Update rand requirement from 0.9 to 0.10 Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- bitpacker/Cargo.toml | 2 +- columnar/Cargo.toml | 2 +- common/Cargo.toml | 2 +- sstable/Cargo.toml | 2 +- stacker/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e17f1738..b85af2b75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ winapi = "0.3.9" [dev-dependencies] binggan = "0.15.3" -rand = "0.9" +rand = "0.10" maplit = "1.0.2" matches = "0.1.9" pretty_assertions = "1.2.1" diff --git a/bitpacker/Cargo.toml b/bitpacker/Cargo.toml index 945bd0082..b8a9f98d0 100644 --- a/bitpacker/Cargo.toml +++ b/bitpacker/Cargo.toml @@ -18,5 +18,5 @@ homepage = "https://github.com/quickwit-oss/tantivy" bitpacking = { version = "0.9.2", default-features = false, features = ["bitpacker1x"] } [dev-dependencies] -rand = "0.9" +rand = "0.10" proptest = "1" diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index b528f879b..d48e16855 100644 --- a/columnar/Cargo.toml +++ b/columnar/Cargo.toml @@ -22,7 +22,7 @@ downcast-rs = "2.0.1" [dev-dependencies] proptest = "1" more-asserts = "0.3.1" -rand = "0.9" +rand = "0.10" binggan = "0.15.3" [[bench]] diff --git a/common/Cargo.toml b/common/Cargo.toml index 778da6ac9..632de9046 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -21,4 +21,4 @@ serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] binggan = "0.15.3" proptest = "1.0.0" -rand = "0.9" +rand = "0.10" diff --git a/sstable/Cargo.toml b/sstable/Cargo.toml index 813692e26..72f4c6256 100644 --- a/sstable/Cargo.toml +++ b/sstable/Cargo.toml @@ -25,7 +25,7 @@ zstd-compression = ["zstd"] proptest = "1" criterion = { version = "0.5", default-features = false } names = "0.14" -rand = "0.9" +rand = "0.10" [[bench]] name = "stream_bench" diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index e4f9d58ee..e88714c0a 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -23,7 +23,7 @@ name = "hashmap" path = "example/hashmap.rs" [dev-dependencies] -rand = "0.9" +rand = "0.10" zipf = "7.0.0" rustc-hash = "2.1.0" proptest = "1.2.0"