From cf368622d5263f856b5f2f85b72a26e80fc39886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 15:11:06 +0000 Subject: [PATCH] build(deps): bump wasm-instrument from 0.2.0 to 0.4.0 Bumps [wasm-instrument](https://github.com/paritytech/wasm-instrument) from 0.2.0 to 0.4.0. - [Changelog](https://github.com/paritytech/wasm-instrument/blob/master/CHANGELOG.md) - [Commits](https://github.com/paritytech/wasm-instrument/compare/0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: wasm-instrument dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- runtime/wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 430ade292..9c97724cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5521,9 +5521,9 @@ dependencies = [ [[package]] name = "wasm-instrument" -version = "0.2.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bca81f5279342b38b17d9acbf007a46ddeb73144e2bd5f0a21bfa9fc5d4ab3e" +checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" dependencies = [ "parity-wasm", ] diff --git a/runtime/wasm/Cargo.toml b/runtime/wasm/Cargo.toml index 9abf692a9..cd5be28f4 100644 --- a/runtime/wasm/Cargo.toml +++ b/runtime/wasm/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0" never = "0.1" wasmtime.workspace = true -wasm-instrument = { version = "0.2.0", features = ["std", "sign_ext"] } +wasm-instrument = { version = "0.4.0", features = ["std", "sign_ext"] } # AssemblyScript uses sign extensions parity-wasm = { version = "0.45", features = ["std", "sign_ext"] }