Skip to content

Commit 0799f04

Browse files
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](paritytech/wasm-instrument@0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: wasm-instrument dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64023bc commit 0799f04

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtime/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = { workspace = true }
1414
never = "0.1"
1515

1616
wasmtime.workspace = true
17-
wasm-instrument = { version = "0.2.0", features = ["std", "sign_ext"] }
17+
wasm-instrument = { version = "0.4.0", features = ["std", "sign_ext"] }
1818

1919
# AssemblyScript uses sign extensions
2020
parity-wasm = { version = "0.45", features = ["std", "sign_ext"] }

0 commit comments

Comments
 (0)