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]