From d86336a8da6fb7fd2b2328416ab285f7917f45ec Mon Sep 17 00:00:00 2001 From: Adam Gutglick Date: Mon, 5 Aug 2024 17:43:30 +0100 Subject: [PATCH] . --- Cargo.toml | 2 ++ vortex-datafusion/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6576e6d89..af4feacf44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,6 +114,8 @@ walkdir = "2.5.0" worker = "0.3.0" xshell = "0.2.6" zigzag = "0.1.0" +url = "2" +tempfile = "3" [workspace.lints.rust] warnings = "deny" diff --git a/vortex-datafusion/Cargo.toml b/vortex-datafusion/Cargo.toml index ff3ca59603..07c628f55c 100644 --- a/vortex-datafusion/Cargo.toml +++ b/vortex-datafusion/Cargo.toml @@ -43,8 +43,8 @@ pin-project = { workspace = true } [dev-dependencies] anyhow = { workspace = true } -url = "2" -tempfile = "3" +url = { workspace = true } +tempfile = { workspace = true } tokio = { workspace = true, features = ["test-util", "rt-multi-thread"] } [lints]