Bump wasmtime to 0.38.0 and zstd to 0.11.2 (companion for substrate#11720) (#5707)

* Bump `wasmtime` to 0.37.0 and `zstd` to 0.11.2

* Bump `wasmtime` to 0.38.0

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Koute
2022-06-24 21:29:29 +09:00
committed by GitHub
parent 94a85eeac7
commit bda05cecaf
2 changed files with 264 additions and 228 deletions
+263 -227
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -22,7 +22,7 @@ thiserror = "1.0.31"
serde = { version = "1.0.137", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = { version = "0.10.2", default-features = false }
zstd = { version = "0.11.2", default-features = false }
[dev-dependencies]
polkadot-erasure-coding = { path = "../../erasure-coding" }