feat: add support for metapackages in interactive prompts and update git2 dependency features

This commit is contained in:
2026-02-25 20:09:19 -06:00
parent d9a30f5d56
commit 631ac73b3f
2 changed files with 268 additions and 210 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ ar = "0.9.0"
bzip2 = "0.6.1"
clap = { version = "4.5.60", features = ["derive"] }
flate2 = "1.1.9"
git2 = { version = "0.20.4", features = ["vendored-libgit2"] }
git2 = { version = "0.20.4", features = ["openssl-sys"] }
indicatif = "0.18.4"
nix = { version = "0.31.1", features = ["user"] }
reqwest = { version = "0.13.2", features = ["blocking", "native-tls"] }