From 855668dac512f5af689c07c15fc4d3b0b74942e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 01:11:12 +0000 Subject: [PATCH 1/2] chore(deps): bump wasmedge-sdk from 0.12.2 to 0.13.0 Bumps [wasmedge-sdk](https://github.com/WasmEdge/wasmedge-rust-sdk) from 0.12.2 to 0.13.0. - [Release notes](https://github.com/WasmEdge/wasmedge-rust-sdk/releases) - [Changelog](https://github.com/WasmEdge/wasmedge-rust-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/WasmEdge/wasmedge-rust-sdk/compare/0.12.2...0.13.0) --- updated-dependencies: - dependency-name: wasmedge-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/youki/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c9856cba..23f33ddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4651,9 +4651,9 @@ dependencies = [ [[package]] name = "wasmedge-sdk" -version = "0.12.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11bb38d73f5ce871a7a4c6da62b72ef80a948cbe66bc98051e303614abf6700f" +checksum = "154f5dd6301565f2785474719d7dd92fff0f22ad7976e9f900cd3926ce02e7e7" dependencies = [ "anyhow", "cfg-if", diff --git a/crates/youki/Cargo.toml b/crates/youki/Cargo.toml index cbecc5e9..f2106c80 100644 --- a/crates/youki/Cargo.toml +++ b/crates/youki/Cargo.toml @@ -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.12.2", optional = true } +wasmedge-sdk = { version = "0.13.0", optional = true } wasmtime = {version = "10.0.2", optional = true } wasmtime-wasi = {version = "10.0.2", optional = true } tracing = { version = "0.1.40", features = ["attributes"]} From 2081eb80ef5688b0611e1574d1c771d773f4e58e Mon Sep 17 00:00:00 2001 From: Yashodhan Joshi Date: Fri, 10 Nov 2023 15:15:56 +0530 Subject: [PATCH 2/2] Also update wasmedge-sys to match the wasmedge-sdk --- Cargo.lock | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23f33ddb..b21e873b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -221,17 +221,16 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.65.1" +version = "0.69.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" +checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.1", "cexpr", "clang-sys", "lazy_static", "lazycell", "peeking_take_while", - "prettyplease", "proc-macro2", "quote", "regex", @@ -2662,16 +2661,6 @@ dependencies = [ "termtree", ] -[[package]] -name = "prettyplease" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62" -dependencies = [ - "proc-macro2", - "syn 2.0.28", -] - [[package]] name = "proc-macro-crate" version = "1.3.1" @@ -4667,9 +4656,9 @@ dependencies = [ [[package]] name = "wasmedge-sys" -version = "0.17.2" +version = "0.17.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "246cbb4772e75958ba2d3f016f5b46bf56c5911a99ecbad8ece79e6cf750b75c" +checksum = "9d5dc6e05bc9412606d6304049e01765a85ef2a4e2bc92ca22bd3f81152a567f" dependencies = [ "bindgen", "cfg-if",