Skip to content

Commit

Permalink
Merge pull request #625 from containerd/dependabot/cargo/wasmparser-0…
Browse files Browse the repository at this point in the history
….210.0

chore(deps): bump wasmparser from 0.209.1 to 0.210.0
  • Loading branch information
Mossaka committed Jun 18, 2024
2 parents 7cc5e5a + 88e1573 commit 9a8d00d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -32,7 +32,7 @@ ttrpc = { workspace = true }
wat = { workspace = true }
tokio = { version = "1.38.0", features = [ "full" ] }
futures = { version = "0.3.30" }
wasmparser = "0.209.1"
wasmparser = "0.210.0"
tokio-stream = { version = "0.1" }
prost-types = "0.12" # should match version in containerd-shim
sha256 = { workspace = true }
Expand Down

0 comments on commit 9a8d00d

Please sign in to comment.