summaryrefslogtreecommitdiff
path: root/ext/node/Cargo.toml
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-11 07:20:12 -0700
committerGitHub <noreply@github.com>2023-11-11 07:20:12 -0700
commit56e76242f3d7082e412bc698ebc737d24910cb60 (patch)
tree1b7fc048e1a873b5b6d05870cd3485811966f671 /ext/node/Cargo.toml
parent0c1ab2c7f7a6ebf7856df71dbd790d0d731f1b86 (diff)
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).
Diffstat (limited to 'ext/node/Cargo.toml')
-rw-r--r--ext/node/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 49f5c846e..2d227394a 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -41,7 +41,7 @@ indexmap.workspace = true
k256 = "0.13.1"
lazy-regex.workspace = true
libc.workspace = true
-libz-sys = { version = "1.1.8", features = ["static"] }
+libz-sys.workspace = true
md-5 = "0.10.5"
md4 = "0.10.2"
num-bigint.workspace = true