fix: relax bytemuck and crunchy version pins (#2768)

Closes #2767
This commit is contained in:
Mark
2025-11-05 14:07:35 -08:00
committed by GitHub
parent f0d7520bdf
commit 6ddd271627
3 changed files with 0 additions and 9 deletions

2
Cargo.lock generated
View File

@@ -4722,13 +4722,11 @@ dependencies = [
"aws-sdk-kms", "aws-sdk-kms",
"aws-sdk-s3", "aws-sdk-s3",
"aws-smithy-runtime", "aws-smithy-runtime",
"bytemuck_derive",
"bytes", "bytes",
"candle-core", "candle-core",
"candle-nn", "candle-nn",
"candle-transformers", "candle-transformers",
"chrono", "chrono",
"crunchy",
"datafusion", "datafusion",
"datafusion-catalog", "datafusion-catalog",
"datafusion-common", "datafusion-common",

View File

@@ -62,7 +62,4 @@ num-traits = "0.2"
regex = "1.10" regex = "1.10"
lazy_static = "1" lazy_static = "1"
semver = "1.0.25" semver = "1.0.25"
crunchy = "0.2.4"
chrono = "0.4" chrono = "0.4"
# Workaround for: https://github.com/Lokathor/bytemuck/issues/306
bytemuck_derive = ">=1.8.1, <1.9.0"

View File

@@ -86,10 +86,6 @@ candle-nn = { version = "0.9.1", optional = true }
tokenizers = { version = "0.19.1", optional = true } tokenizers = { version = "0.19.1", optional = true }
semver = { workspace = true } semver = { workspace = true }
# For a workaround, see workspace Cargo.toml
crunchy.workspace = true
bytemuck_derive.workspace = true
[dev-dependencies] [dev-dependencies]
anyhow = "1" anyhow = "1"
tempfile = "3.5.0" tempfile = "3.5.0"