remove unused deps

This commit is contained in:
dr-frmr 2023-11-01 14:52:42 -04:00
parent e76a2f9fde
commit b0a6f354a7
No known key found for this signature in database
2 changed files with 0 additions and 37 deletions

34
Cargo.lock generated
View File

@ -189,17 +189,6 @@ dependencies = [
"term",
]
[[package]]
name = "async-recursion"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.32",
]
[[package]]
name = "async-trait"
version = "0.1.73"
@ -627,17 +616,6 @@ dependencies = [
"zeroize",
]
[[package]]
name = "cita_trie"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c3d2abadaa28e0d277f9f6d07a2052544f045d929cd4d6f7bcfb43567c9767"
dependencies = [
"hasher",
"parking_lot",
"rlp",
]
[[package]]
name = "coins-bip32"
version = "0.8.7"
@ -2106,15 +2084,6 @@ version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "hasher"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbba678b6567f27ce22870d951f4208e1dc2fef64993bd4521b1d497ef8a3aa"
dependencies = [
"tiny-keccak",
]
[[package]]
name = "hashers"
version = "1.0.1"
@ -5062,7 +5031,6 @@ version = "0.1.0"
dependencies = [
"aes-gcm 0.10.2",
"anyhow",
"async-recursion",
"async-trait",
"base64 0.13.1",
"bincode",
@ -5071,7 +5039,6 @@ dependencies = [
"cap-std",
"chacha20poly1305 0.10.1",
"chrono",
"cita_trie",
"crossterm",
"digest 0.10.7",
"dotenv",
@ -5082,7 +5049,6 @@ dependencies = [
"futures",
"generic-array",
"getrandom",
"hasher",
"hex",
"hkdf",
"hmac 0.12.1",

View File

@ -14,7 +14,6 @@ zip = "0.6"
[dependencies]
aes-gcm = "0.10.2"
anyhow = "1.0.71"
async-recursion = "1.0.4"
async-trait = "0.1.71"
base64 = "0.13"
bincode = "1.3.3"
@ -23,7 +22,6 @@ bytes = "1.4.0"
cap-std = "2.0.0"
chacha20poly1305 = "0.10.1"
chrono = "0.4.31"
cita_trie = "4.0.0"
crossterm = { version = "0.26.1", features = ["event-stream", "bracketed-paste"] }
digest = "0.10"
dotenv = "0.15.0"
@ -34,7 +32,6 @@ flate2 = "1.0"
futures = "0.3"
generic-array = "0.14"
getrandom = "0.2.10"
hasher = "*"
hex = "0.4.3"
hkdf = "0.12.3"
hmac = "0.12"