From 38e95ddab41d226f12fc64e6b9da6aafcffe4d51 Mon Sep 17 00:00:00 2001 From: Matthew Gapp <61894094+matthewgapp@users.noreply.github.com> Date: Sun, 19 Nov 2023 18:42:19 -0800 Subject: [PATCH] format cargo tomls --- datafusion/execution/Cargo.toml | 2 +- datafusion/physical-plan/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datafusion/execution/Cargo.toml b/datafusion/execution/Cargo.toml index 06b064f6b7b8..374f731c5155 100644 --- a/datafusion/execution/Cargo.toml +++ b/datafusion/execution/Cargo.toml @@ -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", @@ -54,3 +53,4 @@ tokio = { version = "1.28", features = [ "fs", "parking_lot", ] } +url = { workspace = true } diff --git a/datafusion/physical-plan/Cargo.toml b/datafusion/physical-plan/Cargo.toml index 39545568f7c9..d7f8c83b9f4d 100644 --- a/datafusion/physical-plan/Cargo.toml +++ b/datafusion/physical-plan/Cargo.toml @@ -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 }