From 9479e260840fc1640472cc18c8efb6837df9be01 Mon Sep 17 00:00:00 2001 From: cosine Date: Mon, 10 Apr 2023 12:20:53 -0400 Subject: [PATCH] Update Cargo.lock --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 814fce39205e..919132ba12db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3603,7 +3603,7 @@ dependencies = [ [[package]] name = "wasm-encoder" version = "0.25.0" -source = "git+https://github.com/effect-handlers/wasm-tools?branch=typed-continuations#0d8f76c30c0ed35e2246afa7270e7487846f17f0" +source = "git+https://github.com/effect-handlers/wasm-tools?branch=typed-continuations#058fcf78a786e5533898ca10dea13522184c09ec" dependencies = [ "leb128", ] @@ -3687,7 +3687,7 @@ dependencies = [ [[package]] name = "wasmparser" version = "0.102.0" -source = "git+https://github.com/effect-handlers/wasm-tools?branch=typed-continuations#0d8f76c30c0ed35e2246afa7270e7487846f17f0" +source = "git+https://github.com/effect-handlers/wasm-tools?branch=typed-continuations#058fcf78a786e5533898ca10dea13522184c09ec" dependencies = [ "indexmap", "url", @@ -4251,7 +4251,7 @@ dependencies = [ [[package]] name = "wast" version = "55.0.0" -source = "git+https://github.com/effect-handlers/wasm-tools?branch=typed-continuations#0d8f76c30c0ed35e2246afa7270e7487846f17f0" +source = "git+https://github.com/effect-handlers/wasm-tools?branch=typed-continuations#058fcf78a786e5533898ca10dea13522184c09ec" dependencies = [ "leb128", "memchr",