1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump wasmedge-sdk from 0.11.0 to 0.11.2

Bumps [wasmedge-sdk](https://github.com/WasmEdge/WasmEdge) from 0.11.0 to 0.11.2.
- [Release notes](https://github.com/WasmEdge/WasmEdge/releases)
- [Changelog](https://github.com/WasmEdge/WasmEdge/blob/master/Changelog.md)
- [Commits](https://github.com/WasmEdge/WasmEdge/compare/0.11.0...0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-08 01:07:27 +00:00 committed by GitHub
parent 7c4cbd02cc
commit 3b46b2d2b9
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated

@ -4616,9 +4616,9 @@ dependencies = [
[[package]]
name = "wasmedge-sdk"
version = "0.11.0"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03267809400db5afeb293e8a4a863d04d8a17372759ca49b1de449e70104b4c4"
checksum = "21dd469c97571a49a836041dca83b28e44246bd54c108dfeae2475fcc7f2f267"
dependencies = [
"anyhow",
"cfg-if",

@ -42,7 +42,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.11.0", optional = true }
wasmedge-sdk = { version = "0.11.2", optional = true }
wasmtime = {version = "10.0.1", optional = true }
wasmtime-wasi = {version = "10.0.1", optional = true }
tracing = { version = "0.1.37", features = ["attributes"]}