Skip to content

Commit

Permalink
Merge pull request #214 from containerd/dependabot/cargo/wasmedge-sdk…
Browse files Browse the repository at this point in the history
…-0.10.1

Bump wasmedge-sdk from 0.10.0 to 0.10.1
  • Loading branch information
Mossaka authored Jul 31, 2023
2 parents 79f55cd + 1d43689 commit fd8fa40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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-wasmedge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ containerd-shim = { workspace = true }
containerd-shim-wasm = { workspace = true }
log = { workspace = true }
ttrpc = { workspace = true }
wasmedge-sdk = { version = "0.10.0", features = [ "standalone", "static" ] }
wasmedge-sdk = { version = "0.10.1", features = [ "standalone", "static" ] }
chrono = { workspace = true }
anyhow = { workspace = true }
cap-std = { workspace = true }
Expand Down

0 comments on commit fd8fa40

Please sign in to comment.