Bump wasmtime to 0.38.0 and zstd to 0.11.2 (#11720)

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

* Bump `wasmtime` to 0.38.0
This commit is contained in:
Koute
2022-06-24 20:25:21 +09:00
committed by GitHub
parent b357ecd467
commit 025e1d76f1
9 changed files with 110 additions and 97 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sp-std = { version = "4.0.0", default-features = false, path = "../std" }
[dev-dependencies]
rand = "0.7.2"
serde_json = "1.0.79"
zstd = { version = "0.10.0", default-features = false }
zstd = { version = "0.11.2", default-features = false }
sp-api = { version = "4.0.0-dev", path = "../api" }
sp-state-machine = { version = "0.12.0", path = "../state-machine" }
sp-tracing = { version = "5.0.0", path = "../../primitives/tracing" }