From 2c779dc2e23570f0ee32f304b65ebc275c1b2a9e Mon Sep 17 00:00:00 2001 From: Michael-F-Bryan Date: Thu, 30 Mar 2023 21:55:06 +0800 Subject: [PATCH] Bump to wapm-targz-to-pirita with the wasmerio/pirita#107 fix --- Cargo.lock | 4 ++-- lib/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c1e09f01c43..2165f2188b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4937,9 +4937,9 @@ dependencies = [ [[package]] name = "wapm-targz-to-pirita" -version = "0.1.7" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39980ef50ab15c47dbd9b26678f06ece2341178d82e25e21e4ac68310d1f2e63" +checksum = "6b3f2778f5f2431f74ae83607cea3ba9cd33cbfa0c75ff6caff30162668e2ed8" dependencies = [ "anyhow", "base64 0.13.1", diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 1121715a450..7323c3c0401 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -85,7 +85,7 @@ wasm-coredump-builder = { version = "0.1.11" } tracing = { version = "0.1" } tracing-subscriber = { version = "0.3", features = [ "env-filter", "fmt" ] } clap-verbosity-flag = "1" -wapm-targz-to-pirita = "0.1.7" +wapm-targz-to-pirita = "0.1.10" [target.'cfg(not(target_arch = "riscv64"))'.dependencies] http_req = { version="^0.8", default-features = false, features = ["rust-tls"] }