Skip to content

Commit e402c86

Browse files
committed
build(deps): update structured-zstd to 0.0.39
1 parent c72316f commit e402c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spin = { version = "0.12", default-features = false, features = ["mutex", "spin_
133133
hashbrown = { version = "0.16", default-features = false, features = ["default-hasher"] }
134134
parking_lot = { version = "0.12", optional = true }
135135
lz4_flex = { version = "0.13.0", optional = true, default-features = false }
136-
structured-zstd = { version = "0.0.37", optional = true, default-features = false, features = ["std", "lsm"] }
136+
structured-zstd = { version = "0.0.39", optional = true, default-features = false, features = ["std", "lsm"] }
137137
# `once_cell::race::OnceBox` — the no-std + alloc one-shot primitive.
138138
# We pick it over `std::sync::OnceLock` (which has both `set` and the
139139
# stabilised `get_or_try_init` on our 1.92 MSRV) because OnceLock is

0 commit comments

Comments
 (0)