Converted to md5

This commit is contained in:
quexeky
2024-10-26 22:22:10 +11:00
parent ddc585dc23
commit 706f525ae7
3 changed files with 18 additions and 11 deletions

7
src-tauri/Cargo.lock generated
View File

@ -1025,6 +1025,7 @@ dependencies = [
"hex",
"http",
"log",
"md5",
"openssl",
"rayon",
"reqwest",
@ -2283,6 +2284,12 @@ version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
[[package]]
name = "md5"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
[[package]]
name = "memchr"
version = "2.7.4"