mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
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:
@@ -12,4 +12,4 @@ readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
thiserror = "1.0"
|
||||
zstd = { version = "0.10.0", default-features = false }
|
||||
zstd = { version = "0.11.2", default-features = false }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
|
||||
impl-trait-for-tuples = "0.2.2"
|
||||
log = { version = "0.4.17", optional = true }
|
||||
wasmi = { version = "0.9.1", optional = true }
|
||||
wasmtime = { version = "0.35.3", default-features = false, optional = true }
|
||||
wasmtime = { version = "0.38.0", default-features = false, optional = true }
|
||||
sp-std = { version = "4.0.0", default-features = false, path = "../std" }
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user