Skip to content

Commit

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

chore(deps): bump wasmparser from 0.207.0 to 0.208.1
  • Loading branch information
Mossaka authored May 22, 2024
2 parents c87a26f + 42523b9 commit 238c0c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 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 @@ -32,7 +32,7 @@ ttrpc = { workspace = true }
wat = { workspace = true }
tokio = { version = "1.37.0", features = [ "full" ] }
futures = { version = "0.3.30" }
wasmparser = "0.207.0"
wasmparser = "0.208.1"
tokio-stream = { version = "0.1" }
prost-types = "0.12" # should match version in containerd-shim
sha256 = { workspace = true }
Expand Down

0 comments on commit 238c0c8

Please sign in to comment.