From 4d9248cf800bb46663edeb0c02a90c7084374ef5 Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Fri, 9 Jun 2023 00:48:11 +0800 Subject: [PATCH] Pick up the fix for wasmerio/pirita#134 --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 789032382ac..3dd5b02fa6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5200,9 +5200,9 @@ dependencies = [ [[package]] name = "wapm-targz-to-pirita" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cedbf3ceb9070e8237e822134cc1c0162dd7b31cbd1c4ca586fb4d6be33f51b" +checksum = "8d816eaf89496a0eefecb79f43463b07205701165c17790fa6f0eab5ae72bc39" dependencies = [ "anyhow", "base64", @@ -5220,7 +5220,6 @@ dependencies = [ "tracing", "url", "validator", - "wasmer-registry 4.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmer-toml", "webc", ] diff --git a/Cargo.toml b/Cargo.toml index 61dcde6f238..093ee2df7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ version = "4.0.0-beta.1" [workspace.dependencies] webc = { version = "5.0.4", default-features = false } -wapm-targz-to-pirita = "0.3.0" +wapm-targz-to-pirita = "0.3.1" wasmer-toml = "0.6.0" [build-dependencies]