diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 7044fd25..98bf0511 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -22,4 +22,4 @@ thiserror = "1.0.26" serde = { version = "1.0.130", features = ["derive"] } [target.'cfg(not(target_os = "unknown"))'.dependencies] -zstd = "0.6.0" +zstd = "0.9.0"