mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Update zstd dependency (#5148)
* Update zstd dependency * Update Cargo.lock Co-authored-by: Bastian Köcher <info@kchr.de>
This commit is contained in:
Generated
+233
-222
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@ thiserror = "1.0.30"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
|
||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||
zstd = "0.9.2"
|
||||
zstd = { version = "0.10.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
polkadot-erasure-coding = { path = "../../erasure-coding" }
|
||||
|
||||
Reference in New Issue
Block a user