From 20922a2d971bdaa4f0ef2768e2ea54679c4fda68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:14:19 +0000 Subject: [PATCH] chore(deps): bump wit-parser from 0.6.2 to 0.6.4 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.6.2 to 0.6.4. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wit-parser-0.6.2...wit-parser-0.6.4) --- updated-dependencies: - dependency-name: wit-parser 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 c0450cd92..52d30e97a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4216,9 +4216,9 @@ dependencies = [ [[package]] name = "wit-parser" -version = "0.6.2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b48914ea89d43d7b51fed072143b86b499059a85e27b401e6cdbd0ca1f0c1dc9" +checksum = "f887c3da527a51b321076ebe6a7513026a4757b6d4d144259946552d6fc728b3" dependencies = [ "anyhow", "id-arena",