aboutsummaryrefslogtreecommitdiff
path: root/mingling_cli/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-16 02:27:38 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-16 02:27:38 +0800
commitbcd05c6f30dfb238feffdb25665eb3f0c2fed7c8 (patch)
treec10913d9d2a40edd615efadeb02acb8ef8f1b53d /mingling_cli/Cargo.toml
parentd85834037e0ad73fb3ce62a2a1ff8666865d4357 (diff)
chore: switch update source to checksum-verified static package
Replace GitHub API artifact discovery with a static base URL, verify the downloaded package by sha256, and record the applied checksum so the wrapper can report when mling is already up to date.
Diffstat (limited to 'mingling_cli/Cargo.toml')
-rw-r--r--mingling_cli/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml
index 4388fea..009b334 100644
--- a/mingling_cli/Cargo.toml
+++ b/mingling_cli/Cargo.toml
@@ -69,8 +69,7 @@ just_template = "0.2.1"
sha2 = "0.10"
# Self-update
-reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json", "gzip"] }
-zip = { version = "2", default-features = false, features = ["deflate"] }
+reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip"] }
tar = "0.4"
flate2 = "1"