Skip to content

Commit

Permalink
chore(deps): bump wasmedge-sdk from 0.8.1 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [wasmedge-sdk](https://github.com/WasmEdge/WasmEdge) from 0.8.1 to 0.11.0.
- [Release notes](https://github.com/WasmEdge/WasmEdge/releases)
- [Changelog](https://github.com/WasmEdge/WasmEdge/blob/master/Changelog.md)
- [Commits](WasmEdge/WasmEdge@0.8.1...0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 45ba6cb commit ecbbfab
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 36 deletions.
155 changes: 120 additions & 35 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/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clap_complete = "4.3.2"
caps = "0.5.5"
wasmer = { version = "3.2.0", optional = true }
wasmer-wasix = { version = "0.4.0", optional = true }
wasmedge-sdk = { version = "0.8.1", optional = true }
wasmedge-sdk = { version = "0.11.0", optional = true }
wasmtime = {version = "9.0.4", optional = true }
wasmtime-wasi = {version = "9.0.3", optional = true }
tracing = { version = "0.1.37", features = ["attributes"]}
Expand Down

0 comments on commit ecbbfab

Please sign in to comment.