From 507e5b74ff21161ba8bd947d7d9cee317c0af379 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:19:05 +0200 Subject: fix: Don't shell out to `unzip` in deno upgrade/compile (#24926) Use the `zip` crate instead Fixes #23988. --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6d9e1b7b2..168f2929c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -157,6 +157,7 @@ typed-arena = "=2.0.1" uuid = { workspace = true, features = ["serde"] } which.workspace = true zeromq.workspace = true +zip = { version = "2.1.6", default-features = false, features = ["deflate-flate2"] } zstd.workspace = true [target.'cfg(windows)'.dependencies] -- cgit v1.2.3