Skip to content

Commit

Permalink
chore(deps): update wasmparser requirement from 0.216.0 to 0.218.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: wasmparser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 57d174d commit 9a2567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "A library to help generate WebAssembly"
[dependencies]
anyhow = "1.0.71"
wasm-encoder = {version = "0.216.0", features = ["wasmparser"]}
wasmparser = {version = "0.216.0"}
wasmparser = {version = "0.218.0"}
extism-manifest = {version = "1", optional = true}
extism = {version = "1", optional = true}
wasmtime = {version = ">= 16.0.0, < 25.0.0", optional = true}
Expand Down

0 comments on commit 9a2567b

Please sign in to comment.