Skip to content

Commit 0e1e940

Browse files
Update rand requirement from 0.8.5 to 0.9.1
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](rust-random/rand@0.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fa90e7 commit 0e1e940

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ winapi = "0.3.9"
7575

7676
[dev-dependencies]
7777
binggan = "0.14.0"
78-
rand = "0.8.5"
78+
rand = "0.9.1"
7979
maplit = "1.0.2"
8080
matches = "0.1.9"
8181
pretty_assertions = "1.2.1"

bitpacker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ homepage = "https://github.com/quickwit-oss/tantivy"
1818
bitpacking = { version = "0.9.2", default-features = false, features = ["bitpacker1x"] }
1919

2020
[dev-dependencies]
21-
rand = "0.8"
21+
rand = "0.9"
2222
proptest = "1"

columnar/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ downcast-rs = "2.0.1"
2222
[dev-dependencies]
2323
proptest = "1"
2424
more-asserts = "0.3.1"
25-
rand = "0.8"
25+
rand = "0.9"
2626
binggan = "0.14.0"
2727

2828
[[bench]]

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ serde = { version = "1.0.136", features = ["derive"] }
2121
[dev-dependencies]
2222
binggan = "0.14.0"
2323
proptest = "1.0.0"
24-
rand = "0.8.4"
24+
rand = "0.9.1"
2525

sstable/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zstd = { version = "0.13", features = ["experimental"] }
2222
proptest = "1"
2323
criterion = { version = "0.5", default-features = false }
2424
names = "0.14"
25-
rand = "0.8"
25+
rand = "0.9"
2626

2727
[[bench]]
2828
name = "stream_bench"

stacker/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ name = "hashmap"
2424
path = "example/hashmap.rs"
2525

2626
[dev-dependencies]
27-
rand = "0.8.5"
27+
rand = "0.9.1"
2828
zipf = "7.0.0"
2929
rustc-hash = "2.1.0"
3030
proptest = "1.2.0"

0 commit comments

Comments
 (0)