From c07099b8d528f16762a946948c607e1590a7b96c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 14 Apr 2023 10:39:34 +0200
Subject: [PATCH] Update wasmparser requirement from 0.102 to 0.103 (#59)
Updates the requirements on
[wasmparser](https://github.com/bytecodealliance/wasm-tools) to permit
the latest version.
Commits
d808ad7
Bump crate verisons (#982)
b17fc48
Optimize types in wasmparser slightly (#979)
874e2fa
Improve wit component errors when failing to decode function (#978)
027507a
wit-component: Implement merging Resolves together (#974)
a791205
Update wasm-tools compose example with latest cargo component (#976)
faf3c51
wast: Update GC proposal instructions (#972)
9c94ab1
wasmparser: Pack RefType into a [u8; 3] (#971)
d550bd5
wasmparser: turn table index in the elements section into
an Option (#957)
3af2562
tests(wit-component): update wasi-http interface (#969)
1e00529
preserve cabi_post_ exports when appropriate (#965)
- 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 54993e5..464cae8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ diff = "0.1"
pretty_assertions = "1"
rand = "0.8"
wat = "1"
-wasmparser = "0.102"
+wasmparser = "0.103"
wasmprinter = "0.2"
wasmi = "0.29"