Skip to content

Commit

Permalink
chore(deps): update rand_distr requirement from 0.4.3 to 0.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand_distr](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@rand_distr-0.4.3...0.5.0)

---
updated-dependencies:
- dependency-name: rand_distr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent e3db359 commit b58a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ doc-comment = { workspace = true }
env_logger = { workspace = true }
paste = "^1.0"
rand = { workspace = true, features = ["small_rng"] }
rand_distr = "0.4.3"
rand_distr = "0.5.0"
regex = { workspace = true }
rstest = { workspace = true }
serde_json = { workspace = true }
Expand Down

0 comments on commit b58a4f8

Please sign in to comment.