aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
Diffstat (limited to 'src/block')
-rw-r--r--src/block/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/Cargo.toml b/src/block/Cargo.toml
index 1e4eb64e..48bcd181 100644
--- a/src/block/Cargo.toml
+++ b/src/block/Cargo.toml
@@ -29,7 +29,7 @@ tracing = "0.1.30"
rand = "0.8"
async-compression = { version = "0.3", features = ["tokio", "zstd"] }
-zstd = { version = "0.9", default-features = false }
+zstd = { version = "0.12", default-features = false }
serde = { version = "1.0", default-features = false, features = ["derive", "rc"] }
serde_bytes = "0.11"