From a453aee67d908655754c27029203a2f512dd5f3c Mon Sep 17 00:00:00 2001 From: Arseniy Lyashenko Date: Sun, 24 Sep 2023 22:30:37 +0300 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d64cf722cf9..dd1ba255068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13731,7 +13731,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "wasm-encoder" version = "0.16.0" -source = "git+https://github.com/gear-tech/wasm-tools.git?branch=gear-stable#2db6004e21aa014f411f8b575a99969284cff702" +source = "git+https://github.com/gear-tech/wasm-tools.git?branch=gear-stable#9942645b3891607e13f11f6444ca320ba36a6a1f" dependencies = [ "leb128", ] @@ -13818,7 +13818,7 @@ dependencies = [ [[package]] name = "wasm-smith" version = "0.11.4" -source = "git+https://github.com/gear-tech/wasm-tools.git?branch=gear-stable#2db6004e21aa014f411f8b575a99969284cff702" +source = "git+https://github.com/gear-tech/wasm-tools.git?branch=gear-stable#9942645b3891607e13f11f6444ca320ba36a6a1f" dependencies = [ "arbitrary", "flagset", @@ -14200,7 +14200,7 @@ checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a" [[package]] name = "wasmparser" version = "0.90.0" -source = "git+https://github.com/gear-tech/wasm-tools.git?branch=gear-stable#2db6004e21aa014f411f8b575a99969284cff702" +source = "git+https://github.com/gear-tech/wasm-tools.git?branch=gear-stable#9942645b3891607e13f11f6444ca320ba36a6a1f" dependencies = [ "indexmap 1.9.3", ]