qmc: remove use of anyhow

This commit is contained in:
鲁树人
2025-05-04 21:00:27 +09:00
parent a1a6c4b1e8
commit 190ceb1903
8 changed files with 38 additions and 23 deletions

18
Cargo.lock generated
View File

@@ -316,6 +316,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
[[package]]
name = "js-sys"
version = "0.3.76"
@@ -577,7 +586,7 @@ version = "0.1.9"
dependencies = [
"anyhow",
"byteorder",
"itertools",
"itertools 0.13.0",
"thiserror",
"umc_qmc",
"umc_utils",
@@ -600,7 +609,7 @@ dependencies = [
"byteorder",
"cipher",
"crc",
"itertools",
"itertools 0.13.0",
"thiserror",
"umc_utils",
]
@@ -609,9 +618,8 @@ dependencies = [
name = "umc_qmc"
version = "0.1.9"
dependencies = [
"anyhow",
"byteorder",
"itertools",
"itertools 0.14.0",
"lazy_static",
"tc_tea",
"thiserror",
@@ -624,7 +632,7 @@ version = "0.1.9"
dependencies = [
"byteorder",
"hex",
"itertools",
"itertools 0.13.0",
"miniz_oxide",
"thiserror",
"umc_qmc",