diff --git a/Cargo.toml b/Cargo.toml index 33aa68b6..4c383120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ enum_dispatch = "0.3.13" interval-heap = "0.0.5" log = "0.4.27" lz4_flex = { version = "0.13.0", optional = true, default-features = false } -structured-zstd = { version = "0.0.12", optional = true, default-features = false, features = ["std"] } +structured-zstd = { version = "0.0.24", optional = true, default-features = false, features = ["std"] } quick_cache = { version = "0.6.16", default-features = false, features = [] } rustc-hash = "2.1.1" self_cell = "1.2.0"