diff --git a/Cargo.lock b/Cargo.lock index 781e464d125f..979d0bb3f9cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9533,7 +9533,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-std", - "wasm-instrument 0.4.0", + "wasm-instrument", "wasmi 0.30.0", "wat", ] @@ -15300,7 +15300,7 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-wasm-interface", "thiserror", - "wasm-instrument 0.3.0", + "wasm-instrument", ] [[package]] @@ -19711,15 +19711,6 @@ dependencies = [ "leb128", ] -[[package]] -name = "wasm-instrument" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" -dependencies = [ - "parity-wasm", -] - [[package]] name = "wasm-instrument" version = "0.4.0" diff --git a/substrate/client/executor/common/Cargo.toml b/substrate/client/executor/common/Cargo.toml index e84b9f9c85b8..126cfbabceba 100644 --- a/substrate/client/executor/common/Cargo.toml +++ b/substrate/client/executor/common/Cargo.toml @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] thiserror = "1.0.30" -wasm-instrument = "0.3" +wasm-instrument = "0.4" sc-allocator = { path = "../../allocator" } sp-maybe-compressed-blob = { path = "../../../primitives/maybe-compressed-blob" } sp-wasm-interface = { path = "../../../primitives/wasm-interface" }