Use zlib-rs for gitoxide and avoid pulling in zlib-ng (#2099)

Since we already use zlib-rs there is no point in pulling in zlib-ng

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2025-03-20 00:25:08 +10:00 committed by GitHub
parent 028b24de4d
commit 88fd813c05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 26 deletions

View file

@ -31,7 +31,7 @@ leon = "3.0.0"
maybe-owned = "0.3.4"
miette = "7.0.0"
semver = { version = "1.0.17", features = ["serde"] }
simple-git = { version = "0.2.10", optional = true }
simple-git = { version = "0.2.18", optional = true }
strum = "0.27.0"
target-lexicon = { version = "0.13.0", features = ["std"] }
tempfile = "3.5.0"
@ -50,7 +50,7 @@ zeroize = "1.8.1"
default = ["static", "rustls", "git"]
git = ["binstalk-registry/git", "simple-git"]
git-max-perf = ["git", "simple-git/git-max-perf"]
git-max-perf = ["git", "simple-git/git-max-perf-safe", "zlib-rs"]
static = ["binstalk-downloader/static"]
pkg-config = ["binstalk-downloader/pkg-config"]