Skip to content

Commit 5652bc9

Browse files
chore(deps): bump wasmparser from 0.227.1 to 0.228.0 (#975)
Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.227.1 to 0.228.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-version: 0.228.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1520da7 commit 5652bc9

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

Cargo.lock

Lines changed: 3 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/containerd-shim-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tempfile = { workspace = true, optional = true }
2828
wat = { workspace = true }
2929
tokio = { workspace = true, features = ["full"] }
3030
futures = { version = "0.3.30" }
31-
wasmparser = { version = "0.227.1" }
31+
wasmparser = { version = "0.228.0" }
3232
tokio-stream = { version = "0.1" }
3333
sha256 = { workspace = true }
3434
serde_bytes = "0.11"

0 commit comments

Comments
 (0)