From 51daef9eba6f3f77aeacf4e4df1533573639fbac Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Mar 2023 03:19:53 +0100
Subject: [PATCH] Update wasmparser requirement from 0.101 to 0.102 (#57)
Updates the requirements on
[wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit
the latest version.
Commits
1d75a98
Bump crate versions (#950)
cfc1d60
Fix size/align calculations for WIT variants (#948)
ae010af
Increase limits on component/module/instance types (#947)
6da2f74
Restrict component import/export overlap (#946)
efb9316
Update support for the relaxed-simd proposal (#944)
56cdbdd
Increase the maximum type size to 1M (#945)
c892013
Improve validation error when component model feature not enabled (#939)
cdbaae2
bump versions (#942)
07a55c6
wasm-compose: update the example for latest tooling. (#941)
4ee705f
Remove outdated is_char check in ABI lowering (#938)
- Additional commits viewable in compare
view
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)
---
Dependabot commands and options
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 8bd3833..ae49158 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ diff = "0.1"
pretty_assertions = "1"
rand = "0.8"
wat = "1"
-wasmparser = "0.101"
+wasmparser = "0.102"
wasmprinter = "0.2"
wasmi = "0.28"