mirror of
https://git.um-react.app/um/lib_um_crypto_rust.git
synced 2026-03-08 04:29:54 +00:00
qmc: remove use of anyhow
This commit is contained in:
18
Cargo.lock
generated
18
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user