diff options
| author | Matt Mastracci <matthew@mastracci.com> | 2023-11-11 07:20:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-11 07:20:12 -0700 |
| commit | 56e76242f3d7082e412bc698ebc737d24910cb60 (patch) | |
| tree | 1b7fc048e1a873b5b6d05870cd3485811966f671 /runtime | |
| parent | 0c1ab2c7f7a6ebf7856df71dbd790d0d731f1b86 (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 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
