chore: remove sha2 dependency

It is not used since ce6ec64069
This commit is contained in:
link2xt
2024-08-02 19:57:42 +00:00
parent ff3138fa43
commit c54f39bea0
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -1469,7 +1469,6 @@ dependencies = [
"serde",
"serde_json",
"sha-1",
"sha2 0.10.8",
"smallvec",
"strum",
"strum_macros",

View File

@@ -88,7 +88,6 @@ sanitize-filename = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true, features = ["derive"] }
sha-1 = "0.10"
sha2 = "0.10"
smallvec = "1.13.2"
strum = "0.26"
strum_macros = "0.26"