Skip to content

Commit 9dd0dc1

Browse files
chore(deps): update rand requirement from 0.8 to 0.9
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...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85fbde2 commit 9dd0dc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pbjson-types = "0.7"
143143
# Should match arrow-flight's version of prost.
144144
prost = "0.13.1"
145145
prost-derive = "0.13.1"
146-
rand = "0.8"
146+
rand = "0.9"
147147
recursive = "0.1.1"
148148
regex = "1.8"
149149
rstest = "0.24.0"

datafusion/functions-nested/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ paste = "1.0.14"
5959

6060
[dev-dependencies]
6161
criterion = { version = "0.5", features = ["async_tokio"] }
62-
rand = "0.8.5"
62+
rand = "0.9.0"
6363

6464
[[bench]]
6565
harness = false

0 commit comments

Comments
 (0)