Skip to content

Commit

Permalink
chore(deps): bump wasmparser from 0.226.0 to 0.227.1
Browse files Browse the repository at this point in the history
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.226.0 to 0.227.1.
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: wasmparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 949fd29 commit 9c4a42d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/containerd-shim-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thiserror = { workspace = true }
wat = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }
futures = { version = "0.3.30" }
wasmparser = { version = "0.226.0" }
wasmparser = { version = "0.227.1" }
tokio-stream = { version = "0.1" }
sha256 = { workspace = true }
serde_bytes = "0.11"
Expand Down

0 comments on commit 9c4a42d

Please sign in to comment.