From a38ce9fab0fcd193df415403d3a81f2765165025 Mon Sep 17 00:00:00 2001 From: Christoph Herzog Date: Thu, 15 Jun 2023 14:28:49 +0200 Subject: [PATCH] deps: Bump edge CLI Fixes a output bug in "app create". --- lib/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/Cargo.toml b/lib/cli/Cargo.toml index 7ba25ffebad..e7812586e3a 100644 --- a/lib/cli/Cargo.toml +++ b/lib/cli/Cargo.toml @@ -47,7 +47,7 @@ virtual-net = { version = "0.3.0", path = "../virtual-net" } # Wasmer-owned dependencies. webc = { workspace = true } wapm-targz-to-pirita = { workspace = true } -wasmer-deploy-cli = { version = "0.1.15", default-features = false } +wasmer-deploy-cli = { version = "0.1.16", default-features = false } # Third-party dependencies.