mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-14 13:21:02 +00:00
Update wasmparser requirement from 0.108 to 0.109 (#68)
Updates the requirements on [wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/b19ce5165cf2b0c20e01e0dc238712c4d44b42be"><code>b19ce51</code></a> Bump versions (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1128">#1128</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/7cec276e1a3e600bd8036f672c9483d875f164e8"><code>7cec276</code></a> Remove public deps from <code>wasm-metadata</code>'s API (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1130">#1130</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/c91f611be4b8c4ea5d9d936594f68c0104dd80dd"><code>c91f611</code></a> Update handling and parsing of element segments (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1126">#1126</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/07229fec475d38a56949a1ddab354e5813cc7ca7"><code>07229fe</code></a> Update to new GC cast instruction encoding (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1127">#1127</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/3948ae92972785b252f3c76af601ac83ee3ac3da"><code>3948ae9</code></a> Update wit-component's <code>bitflags</code> dependency (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1123">#1123</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/8c7e3c5df72d075b66dd5d18ac4bee10041b1353"><code>8c7e3c5</code></a> Update serde_yaml used by <code>wasm-compose</code> (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1124">#1124</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/6f59f98f7c4f94632df7c88627bbdc46db81ab02"><code>6f59f98</code></a> Implement returning option/result of a handle in code generation (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1121">#1121</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/42f4bbf5e4218a83cca93b900ecd681b92a89b1a"><code>42f4bbf</code></a> Fix parsing out-of-bounds <code>nan</code> constants (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1111">#1111</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/aa161581efeafe5e2be665925b365394b09473c9"><code>aa16158</code></a> Fix "duplicate identifier for field" for subtype fields (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1117">#1117</a>)</li> <li><a href="https://github.com/bytecodealliance/wasm-tools/commit/3186350fca1a749f933334270bd46582e2130ccb"><code>3186350</code></a> Don't lex the entire input immediately (<a href="https://redirect.github.com/bytecodealliance/wasm-tools/issues/1110">#1110</a>)</li> <li>See full diff in <a href="https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.108.0...wasmparser-0.109.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ diff = "0.1"
|
||||
pretty_assertions = "1"
|
||||
rand = "0.8"
|
||||
wat = "1"
|
||||
wasmparser = "0.108"
|
||||
wasmparser = "0.109"
|
||||
wasmprinter = "0.2"
|
||||
wasmi = "0.29"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user