From bcd05c6f30dfb238feffdb25665eb3f0c2fed7c8 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 16 Aug 2026 02:27:38 +0800 Subject: 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. --- mingling_cli/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mingling_cli/Cargo.toml') 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" -- cgit