mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move zstd to workspace (#9552)
This commit is contained in:
@ -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"
|
||||
|
||||
@ -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 }
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user