Skip to content

Commit

Permalink
chore(deps): update wasm-encoder requirement from 0.201.0 to 0.202.0 (#…
Browse files Browse the repository at this point in the history
…17)

---
updated-dependencies:
- dependency-name: wasm-encoder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 40dfe6e commit b22cc4c
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 @@ -8,7 +8,7 @@ description = "A library to help generate WebAssembly"

[dependencies]
anyhow = "1.0.71"
wasm-encoder = {version = "0.201.0", features = ["wasmparser"]}
wasm-encoder = {version = "0.202.0", features = ["wasmparser"]}
wasmparser = {version = "0.201.0"}
extism-manifest = {version = "1", optional = true}
extism = {version = "1", optional = true}
Expand Down

0 comments on commit b22cc4c

Please sign in to comment.