Skip to content

Commit

Permalink
chore(deps): update rand requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent 85fbde2 commit 9dd0dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pbjson-types = "0.7"
# Should match arrow-flight's version of prost.
prost = "0.13.1"
prost-derive = "0.13.1"
rand = "0.8"
rand = "0.9"
recursive = "0.1.1"
regex = "1.8"
rstest = "0.24.0"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/functions-nested/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ paste = "1.0.14"

[dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"] }
rand = "0.8.5"
rand = "0.9.0"

[[bench]]
harness = false
Expand Down

0 comments on commit 9dd0dc1

Please sign in to comment.