mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
crit(dep): bump zstd (#7356)
This commit is contained in:
@ -49,7 +49,7 @@ serde_json.workspace = true
|
||||
sha2 = { version = "0.10.7", optional = true }
|
||||
tempfile = { workspace = true, optional = true }
|
||||
thiserror.workspace = true
|
||||
zstd = { version = "0.12", features = ["experimental"], optional = true }
|
||||
zstd = { version = "0.13", features = ["experimental"], optional = true }
|
||||
roaring = "0.10.2"
|
||||
cfg-if = "1.0.0"
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ ph = "0.8.0"
|
||||
cuckoofilter = { version = "0.5.0", features = ["serde_support", "serde_bytes"] }
|
||||
|
||||
# compression
|
||||
zstd = { version = "0.12", features = ["experimental", "zdict_builder"] }
|
||||
zstd = { version = "0.13", features = ["experimental", "zdict_builder"] }
|
||||
lz4_flex = { version = "0.11", default-features = false }
|
||||
|
||||
# offsets
|
||||
|
||||
Reference in New Issue
Block a user