Skip to content

Commit

Permalink
format cargo tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgapp committed Jan 9, 2024
1 parent f9faa05 commit 38e95dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ object_store = { workspace = true }
parking_lot = { workspace = true }
rand = { workspace = true }
tempfile = { workspace = true }
url = { workspace = true }
tokio = { version = "1.28", features = [
"macros",
"rt",
Expand All @@ -54,3 +53,4 @@ tokio = { version = "1.28", features = [
"fs",
"parking_lot",
] }
url = { workspace = true }
2 changes: 1 addition & 1 deletion datafusion/physical-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ parking_lot = { workspace = true }
pin-project-lite = "^0.2.7"
rand = { workspace = true }
tokio = { version = "1.28", features = ["sync", "fs", "parking_lot"] }
uuid = { version = "^1.2", features = ["v4"] }
tokio-stream = { version = "0.1.14" }
uuid = { version = "^1.2", features = ["v4"] }

[dev-dependencies]
rstest = { workspace = true }
Expand Down

0 comments on commit 38e95dd

Please sign in to comment.