diff --git a/Cargo.lock b/Cargo.lock index bce99b265d..f4f3237805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1795,7 +1795,6 @@ dependencies = [ "pyo3", "snafu", "tokio", - "tokio-stream", ] [[package]] diff --git a/src/daft-local-execution/Cargo.toml b/src/daft-local-execution/Cargo.toml index 98a34f2bf1..423e5cff0a 100644 --- a/src/daft-local-execution/Cargo.toml +++ b/src/daft-local-execution/Cargo.toml @@ -13,7 +13,6 @@ log = {workspace = true} pyo3 = {workspace = true, optional = true} snafu = {workspace = true} tokio = {workspace = true} -tokio-stream = {workspace = true} [features] python = ["dep:pyo3", "common-error/python", "daft-dsl/python", "daft-io/python", "daft-micropartition/python", "daft-plan/python", "daft-scan/python"]