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). --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index ac83eb7c8..ac05af77a 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -21,7 +21,7 @@ bytes.workspace = true console_static_text.workspace = true denokv_proto.workspace = true fastwebsockets = { workspace = true, features = ["upgrade"] } -flate2.workspace = true +flate2 = { workspace = true, features = ["default"] } futures.workspace = true glob.workspace = true h2.workspace = true -- cgit v1.2.3