diff --git a/Cargo.lock b/Cargo.lock index 631460cf..162c76af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4722,13 +4722,11 @@ dependencies = [ "aws-sdk-kms", "aws-sdk-s3", "aws-smithy-runtime", - "bytemuck_derive", "bytes", "candle-core", "candle-nn", "candle-transformers", "chrono", - "crunchy", "datafusion", "datafusion-catalog", "datafusion-common", diff --git a/Cargo.toml b/Cargo.toml index 9af1946e..9ec894b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,4 @@ num-traits = "0.2" regex = "1.10" lazy_static = "1" semver = "1.0.25" -crunchy = "0.2.4" chrono = "0.4" -# Workaround for: https://github.com/Lokathor/bytemuck/issues/306 -bytemuck_derive = ">=1.8.1, <1.9.0" diff --git a/rust/lancedb/Cargo.toml b/rust/lancedb/Cargo.toml index ec3a1328..3399c920 100644 --- a/rust/lancedb/Cargo.toml +++ b/rust/lancedb/Cargo.toml @@ -86,10 +86,6 @@ candle-nn = { version = "0.9.1", optional = true } tokenizers = { version = "0.19.1", optional = true } semver = { workspace = true } -# For a workaround, see workspace Cargo.toml -crunchy.workspace = true -bytemuck_derive.workspace = true - [dev-dependencies] anyhow = "1" tempfile = "3.5.0"