Skip to content

Commit

Permalink
Synchronize and update rand version across workspace
Browse files Browse the repository at this point in the history
Use same version everywhere and update.
  • Loading branch information
findepi committed Feb 20, 2025
1 parent c2e8dd9 commit c0e931b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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.0"
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 @@ -56,7 +56,7 @@ paste = "1.0.14"

[dev-dependencies]
criterion = { workspace = true, features = ["async_tokio"] }
rand = "0.8.5"
rand = { workspace = true }

[[bench]]
harness = false
Expand Down

0 comments on commit c0e931b

Please sign in to comment.