Skip to content

Commit

Permalink
Bump wasmedge-sdk from 0.13.2 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [wasmedge-sdk](https://github.com/WasmEdge/wasmedge-rust-sdk) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/WasmEdge/wasmedge-rust-sdk/releases)
- [Changelog](https://github.com/WasmEdge/wasmedge-rust-sdk/blob/main/CHANGELOG.md)
- [Commits](WasmEdge/wasmedge-rust-sdk@0.13.2...sys/0.14.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 Jun 22, 2024
1 parent 3235e0c commit f4283e1
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 15 deletions.
115 changes: 101 additions & 14 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.1.3"
caps = "0.5.5"
wasmer = { version = "4.0.0", optional = true }
wasmer-wasix = { version = "0.9.0", optional = true }
wasmedge-sdk = { version = "0.13.2", optional = true }
wasmedge-sdk = { version = "0.14.0", optional = true }
wasmtime = { version = "22.0.0", optional = true }
wasi-common = { version = "22.0.0", optional = true }
tracing = { version = "0.1.40", features = ["attributes"] }
Expand Down

0 comments on commit f4283e1

Please sign in to comment.