Update wasmtime to 0.35.3 (#11058)

* Update wasmtime to 0.35.2 and default `zstd` features in all crates

* Update wasmtime to 0.35.3
This commit is contained in:
Nazar Mokrynskyi
2022-04-14 16:07:36 +03:00
committed by GitHub
parent 001ade9c5d
commit e5c33d8aa4
7 changed files with 94 additions and 83 deletions
@@ -17,7 +17,7 @@ clap = { version = "3.1.6", features = ["derive"] }
log = "0.4.8"
parity-scale-codec = "3.0.0"
serde = "1.0.136"
zstd = "0.9.0"
zstd = { version = "0.10.0", default-features = false }
sc-service = { version = "0.10.0-dev", default-features = false, path = "../../../../client/service" }
sc-cli = { version = "0.10.0-dev", path = "../../../../client/cli" }