From 56e76242f3d7082e412bc698ebc737d24910cb60 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Sat, 11 Nov 2023 07:20:12 -0700 Subject: chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158) We only want one zlib dependency. Zlib dependencies are reorganized so they use a hidden `__vendored_zlib_ng` flag in cli that enables zlib-ng for both libz-sys (used by ext/node) and flate2 (used by deno_web). --- runtime/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Cargo.toml') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 3db7bef1c..f4dfc8c2b 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -61,6 +61,7 @@ deno_webidl.workspace = true deno_websocket.workspace = true deno_webstorage.workspace = true deno_napi.workspace = true +flate2 = { workspace = true, features = ["default"] } [target.'cfg(windows)'.build-dependencies] winres.workspace = true -- cgit v1.2.3