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"