chore: clean unused deps

This commit is contained in:
鲁树人
2025-02-25 04:54:26 +09:00
parent 7cb6ba722f
commit 926c8896b0
6 changed files with 0 additions and 63 deletions

View File

@@ -11,5 +11,3 @@ hmac = "0.12.1"
pbkdf2 = "0.12.2"
sha1 = "0.10.5"
thiserror = "2.0.7"
umc_qmc = { path = "../qmc" }
umc_utils = { path = "../utils" }

View File

@@ -11,7 +11,3 @@ crc = "3.2.1"
itertools = "0.13.0"
thiserror = "2.0.7"
umc_utils = { path = "../utils" }
[dev-dependencies]
pretty_assertions = "1"
rhexdump = "0.2.0"

View File

@@ -5,5 +5,4 @@ edition = "2021"
[dependencies]
base64 = "0.22.1"
itertools = "0.13.0"
md-5 = "0.10.6"