Skip to content

Commit

Permalink
Bump rand from 0.8.5 to 0.9.0 (#801)
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 3433ffc commit d24ee9b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 18 deletions.
83 changes: 67 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ tokio = "1.43.0"
unchecked-index = "0.2.2"

[dev-dependencies]
rand = "0.8.5"
rand = "0.9.0"
2 changes: 1 addition & 1 deletion native-engine/datafusion-ext-plans/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ uuid = "1.12.1"
zstd = "0.13.2"

[dev-dependencies]
rand = "0.8.5"
rand = "0.9.0"

0 comments on commit d24ee9b

Please sign in to comment.