diff --git a/Cargo.lock b/Cargo.lock index 844e77a8a7..fd01681f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1981,7 +1981,6 @@ dependencies = [ "color-eyre", "common-daft-config", "common-file-formats", - "common-runtime", "daft-core", "daft-dsl", "daft-local-execution", diff --git a/src/daft-connect/Cargo.toml b/src/daft-connect/Cargo.toml index 51e7fae1d8..b1d1f63052 100644 --- a/src/daft-connect/Cargo.toml +++ b/src/daft-connect/Cargo.toml @@ -4,7 +4,6 @@ async-stream = "0.3.6" color-eyre = "0.6.3" common-daft-config = {workspace = true} common-file-formats = {workspace = true} -common-runtime = {workspace = true} daft-core = {workspace = true} daft-dsl = {workspace = true} daft-local-execution = {workspace = true}