From 32886d99535f093d539f6352f8dcfff36d0f139d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:09:07 +0000 Subject: [PATCH] chore(deps): bump wasmedge-sys from 0.16.0 to 0.16.2 Bumps [wasmedge-sys](https://github.com/WasmEdge/wasmedge-rust-sdk) from 0.16.0 to 0.16.2. - [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/sys/0.16.0...sys/0.16.2) --- updated-dependencies: - dependency-name: wasmedge-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97d762341..9207a7838 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4632,9 +4632,9 @@ dependencies = [ [[package]] name = "wasmedge-sys" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504dde8f8eeb0fde6b159794995544a1217b1e96d0fd3858696344ba6e96308d" +checksum = "080c608ca53ff7d76613d9918c62d9f5a411c7f568ccb7ca067de06eb64bdc88" dependencies = [ "bindgen", "cfg-if",