diff --git a/Cargo.lock b/Cargo.lock index ac2b00da30..57e4c7965f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,11 +1889,9 @@ dependencies = [ "daft-image", "daft-io", "futures", - "mur3", "paste", "pyo3", "serde", - "sha1 0.11.0-pre.4", "snafu", "tiktoken-rs", "tokio", @@ -2087,7 +2085,6 @@ dependencies = [ "daft-hash", "divan", "fastrand 2.1.0", - "mur3", "rustc-hash 2.0.0", "xxhash-rust", ] diff --git a/src/daft-functions/Cargo.toml b/src/daft-functions/Cargo.toml index c1a36393e7..611b5268cc 100644 --- a/src/daft-functions/Cargo.toml +++ b/src/daft-functions/Cargo.toml @@ -10,10 +10,8 @@ daft-hash = {workspace = true, features = ["python"]} daft-image = {path = "../daft-image", default-features = false} daft-io = {path = "../daft-io", default-features = false} futures = {workspace = true} -mur3 = {workspace = true} paste = "1.0.15" pyo3 = {workspace = true, optional = true} -sha1 = "0.11.0-pre.4" tiktoken-rs = {workspace = true} tokio = {workspace = true} typetag = "0.2.16" diff --git a/src/daft-minhash/Cargo.toml b/src/daft-minhash/Cargo.toml index 1971e586c7..5cee1b4575 100644 --- a/src/daft-minhash/Cargo.toml +++ b/src/daft-minhash/Cargo.toml @@ -4,7 +4,6 @@ name = "minhash" [dependencies] fastrand = "2.1.0" -mur3 = "0.1.0" common-error.workspace = true [dev-dependencies]