Skip to content

Commit 5abeac1

Browse files
chore(deps): bump rand from 0.9.4 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3208e4f commit 5abeac1

13 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

arrow-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ force_validate = []
6969
pool = ["arrow-buffer/pool", "arrow-data/pool"]
7070

7171
[dev-dependencies]
72-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
72+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"] }
7373
criterion = { workspace = true, default-features = false }
7474

7575
[[bench]]

arrow-avro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ crc = { version = "3.0", optional = true }
7373
strum_macros = "0.28"
7474
uuid = "1.17"
7575
indexmap = "2.10"
76-
rand = "0.9"
76+
rand = "0.10"
7777
md5 = { version = "0.8", optional = true }
7878
sha2 = { version = "0.11", optional = true }
7979
tokio = { version = "1.0", optional = true, default-features = false, features = ["macros", "rt", "io-util"] }
8080

8181
[dev-dependencies]
8282
arrow-data = { workspace = true }
8383
bytes = { version = "1.11.0", default-features = false, features = ["std"] }
84-
rand = { version = "0.9.1", default-features = false, features = [
84+
rand = { version = "0.10.1", default-features = false, features = [
8585
"std",
8686
"std_rng",
8787
"thread_rng",

arrow-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ half = { version = "2.1", default-features = false }
4747

4848
[dev-dependencies]
4949
criterion = { workspace = true, default-features = false }
50-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
50+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"] }
5151

5252
[[bench]]
5353
name = "bit_mask"

arrow-cast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ryu = "1.0.16"
5959
criterion = { workspace = true, default-features = false }
6060
half = { version = "2.1", default-features = false }
6161
insta = { workspace = true }
62-
rand = "0.9"
62+
rand = "0.10"
6363

6464
[[bench]]
6565
name = "parse_timestamp"

arrow-json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ futures = "0.3"
6161
tokio = { version = "1.27", default-features = false, features = ["io-util"] }
6262
bytes = "1.4"
6363
criterion = { workspace = true, default-features = false }
64-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
64+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"] }
6565
arbitrary = { version = "1.4.2", features = ["derive"] }
6666

6767
[[bench]]

arrow-ord/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ arrow-select = { workspace = true }
4444

4545
[dev-dependencies]
4646
half = { version = "2.1", default-features = false, features = ["num-traits"] }
47-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng"] }
47+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng"] }

arrow-row/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ half = { version = "2.1", default-features = false }
4747
arrow-cast = { workspace = true }
4848
arrow-ord = { workspace = true }
4949
arrow-select = { workspace = true }
50-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
50+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"] }

arrow-select/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ num-traits = { version = "0.2.19", default-features = false, features = ["std"]
4444
ahash = { version = "0.8", default-features = false}
4545

4646
[dev-dependencies]
47-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
47+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"] }

arrow/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ arrow-schema = { workspace = true }
5454
arrow-select = { workspace = true }
5555
arrow-string = { workspace = true }
5656

57-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
57+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"], optional = true }
5858
half = { version = "2.1", default-features = false, features = ["rand_distr"], optional = true }
5959

6060
[package.metadata.docs.rs]
@@ -89,7 +89,7 @@ pool = ["arrow-array/pool"]
8989
chrono = { workspace = true }
9090
criterion = { workspace = true, default-features = false }
9191
half = { version = "2.1", default-features = false, features = ["rand_distr"] }
92-
rand = { version = "0.9", default-features = false, features = ["std", "std_rng", "thread_rng"] }
92+
rand = { version = "0.10", default-features = false, features = ["std", "std_rng", "thread_rng"] }
9393
serde = { version = "1.0", default-features = false, features = ["derive"] }
9494
# used in examples
9595
memmap2 = "0.9.3"

0 commit comments

Comments
 (0)