diff --git a/Cargo.lock b/Cargo.lock index d377a58f9..103fd5699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2129,10 +2129,11 @@ dependencies = [ [[package]] name = "md-5" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" +checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" dependencies = [ + "cfg-if", "digest", ] diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 08c00edfc..baebd740f 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -51,7 +51,7 @@ crc32fast = "1.3.2" brotli = "3.3.4" hmac = "0.12.1" sha2 = "0.10.6" -md-5 = "0.10.5" +md-5 = "0.10.6" chacha20poly1305 = "0.10" aes-gcm = "0.10" filetime = "0.2"