From 9613f6d0f42c256170327e6e184f57cc894c390b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 14:03:54 +0000 Subject: [PATCH] chore(deps): bump wasmprinter from 0.2.31 to 0.2.33 Bumps [wasmprinter](https://github.com/bytecodealliance/wasm-tools) from 0.2.31 to 0.2.33. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmprinter-0.2.31...wasmprinter-0.2.33) --- updated-dependencies: - dependency-name: wasmprinter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d12fa96..235cc319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1764,18 +1764,18 @@ checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65" [[package]] name = "wasmparser" -version = "0.81.0" +version = "0.83.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc" +checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" [[package]] name = "wasmprinter" -version = "0.2.31" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00ad4a51ba74183137c776ab37dea50b9f71db7454d7b654c2ba69ac5d9b223" +checksum = "f973822fb3ca7e03ab421910274514b405df19a3d53acb131ae4df3a2fc4eb58" dependencies = [ "anyhow", - "wasmparser 0.81.0", + "wasmparser 0.83.0", ] [[package]]