From 6bb523bfe374d16acd672d4d89c8059443a03177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:06:06 +0000 Subject: [PATCH] chore(deps): bump wasmedge-macro from 0.6.0 to 0.6.1 Bumps [wasmedge-macro](https://github.com/WasmEdge/wasmedge-rust-sdk) from 0.6.0 to 0.6.1. - [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/macro/0.6.0...macro/0.6.1) --- updated-dependencies: - dependency-name: wasmedge-macro 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..b6ab3c08e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4605,9 +4605,9 @@ version = "0.1.0" [[package]] name = "wasmedge-macro" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d37333e0a349cf98888d98fd8f227efd2cb751ee58d1df0507a1d8230431bd60" +checksum = "dbe80d95a88e9ac87b6aaf7bc9acd1fdfcd92045db2bf41a2262f623e2406a92" dependencies = [ "proc-macro2", "quote",