Bump parity-wasm and pwasm-utils to the newest versions everywhere (#8928)

This commit is contained in:
Alexander Theißen
2021-05-28 13:06:16 +02:00
committed by GitHub
parent bf9837499a
commit 61859bbdb1
18 changed files with 78 additions and 88 deletions
+18 -40
View File
@@ -1431,6 +1431,12 @@ version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "dyn-clonable"
version = "0.9.0"
@@ -4797,10 +4803,9 @@ dependencies = [
"pallet-randomness-collective-flip",
"pallet-timestamp",
"parity-scale-codec",
"parity-wasm 0.42.2",
"paste 1.0.4",
"pretty_assertions 0.7.2",
"pwasm-utils 0.17.0",
"pwasm-utils",
"rand 0.8.3",
"rand_pcg 0.3.0",
"serde",
@@ -4810,7 +4815,7 @@ dependencies = [
"sp-runtime",
"sp-sandbox",
"sp-std",
"wasmi-validation 0.4.0",
"wasmi-validation",
"wat",
]
@@ -5723,12 +5728,6 @@ dependencies = [
"byteorder",
]
[[package]]
name = "parity-wasm"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
[[package]]
name = "parity-wasm"
version = "0.42.2"
@@ -6295,20 +6294,9 @@ dependencies = [
[[package]]
name = "pwasm-utils"
version = "0.14.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"
dependencies = [
"byteorder",
"log",
"parity-wasm 0.41.0",
]
[[package]]
name = "pwasm-utils"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51992bc74c0f34f759ff97fb303602e60343afc83693769c91aa17724442809e"
checksum = "a0e517f47d9964362883182404b68d0b6949382c0baa40aa5ffca94f5f1e3481"
dependencies = [
"byteorder",
"log",
@@ -7346,7 +7334,7 @@ dependencies = [
"libsecp256k1",
"log",
"parity-scale-codec",
"parity-wasm 0.41.0",
"parity-wasm 0.42.2",
"parking_lot 0.11.1",
"paste 1.0.4",
"sc-executor-common",
@@ -7381,8 +7369,7 @@ version = "0.9.0"
dependencies = [
"derive_more",
"parity-scale-codec",
"parity-wasm 0.41.0",
"pwasm-utils 0.14.0",
"pwasm-utils",
"sp-allocator",
"sp-core",
"sp-maybe-compressed-blob",
@@ -7413,8 +7400,7 @@ dependencies = [
"assert_matches",
"log",
"parity-scale-codec",
"parity-wasm 0.41.0",
"pwasm-utils 0.14.0",
"parity-wasm 0.42.2",
"sc-executor-common",
"scoped-tls",
"sp-allocator",
@@ -10856,26 +10842,18 @@ dependencies = [
[[package]]
name = "wasmi"
version = "0.6.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff"
checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"
dependencies = [
"downcast-rs",
"errno",
"libc",
"memory_units",
"num-rational",
"num-traits",
"parity-wasm 0.41.0",
"wasmi-validation 0.3.0",
]
[[package]]
name = "wasmi-validation"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93"
dependencies = [
"parity-wasm 0.41.0",
"parity-wasm 0.42.2",
"wasmi-validation",
]
[[package]]