From d1d714674f7af4ecb3cbf7519f6bd46c804af1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:54:29 +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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 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 daa4cbfe..69a846a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ winapi = "0.3.9" [dev-dependencies] binggan = "0.16.1" -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 599c239c..deb2d60a 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 a8798587..8b1f63a2 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.16.1" [[bench]] diff --git a/common/Cargo.toml b/common/Cargo.toml index 5242f166..a304d0e3 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -21,4 +21,4 @@ serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] binggan = "0.16.1" proptest = "1.0.0" -rand = "0.9" +rand = "0.10" diff --git a/sstable/Cargo.toml b/sstable/Cargo.toml index b963d846..54fb5d90 100644 --- a/sstable/Cargo.toml +++ b/sstable/Cargo.toml @@ -25,7 +25,7 @@ zstd-compression = ["zstd"] proptest = "1" criterion = { version = "0.8", 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 36b0fa9b..74619c60 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"