chore(deps): move zstd to workspace (#9552)

This commit is contained in:
Matthias Seitz
2024-07-16 22:17:33 +02:00
committed by GitHub
parent 6a0060197f
commit d5964cae0e
3 changed files with 3 additions and 2 deletions

View File

@ -466,6 +466,7 @@ url = "2.3"
backon = "0.4"
boyer-moore-magiclen = "0.2.16"
shellexpand = "3.0.0"
zstd = "0.13"
# metrics
metrics = "0.23.0"

View File

@ -46,7 +46,7 @@ rayon.workspace = true
serde.workspace = true
tempfile = { workspace = true, optional = true }
thiserror-no-std = { workspace = true, default-features = false }
zstd = { version = "0.13", features = ["experimental"], optional = true }
zstd = { workspace = true, features = ["experimental"], optional = true }
# arbitrary utils
arbitrary = { workspace = true, features = ["derive"], optional = true }

View File

@ -26,7 +26,7 @@ cuckoofilter = { version = "0.5.0", features = [
] }
# compression
zstd = { version = "0.13", features = ["experimental", "zdict_builder"] }
zstd = { workspace = true, features = ["experimental", "zdict_builder"] }
lz4_flex = { version = "0.11", default-features = false }
# offsets