Skip to content

Commit 38e95dd

Browse files
committed
format cargo tomls
1 parent f9faa05 commit 38e95dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/execution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ object_store = { workspace = true }
4545
parking_lot = { workspace = true }
4646
rand = { workspace = true }
4747
tempfile = { workspace = true }
48-
url = { workspace = true }
4948
tokio = { version = "1.28", features = [
5049
"macros",
5150
"rt",
@@ -54,3 +53,4 @@ tokio = { version = "1.28", features = [
5453
"fs",
5554
"parking_lot",
5655
] }
56+
url = { workspace = true }

datafusion/physical-plan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ parking_lot = { workspace = true }
5757
pin-project-lite = "^0.2.7"
5858
rand = { workspace = true }
5959
tokio = { version = "1.28", features = ["sync", "fs", "parking_lot"] }
60-
uuid = { version = "^1.2", features = ["v4"] }
6160
tokio-stream = { version = "0.1.14" }
61+
uuid = { version = "^1.2", features = ["v4"] }
6262

6363
[dev-dependencies]
6464
rstest = { workspace = true }

0 commit comments

Comments
 (0)