mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-22 16:11:38 +03:00
remove unused deps
This commit is contained in:
parent
e76a2f9fde
commit
b0a6f354a7
34
Cargo.lock
generated
34
Cargo.lock
generated
@ -189,17 +189,6 @@ dependencies = [
|
|||||||
"term",
|
"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]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.73"
|
version = "0.1.73"
|
||||||
@ -627,17 +616,6 @@ dependencies = [
|
|||||||
"zeroize",
|
"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]]
|
[[package]]
|
||||||
name = "coins-bip32"
|
name = "coins-bip32"
|
||||||
version = "0.8.7"
|
version = "0.8.7"
|
||||||
@ -2106,15 +2084,6 @@ version = "0.14.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
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]]
|
[[package]]
|
||||||
name = "hashers"
|
name = "hashers"
|
||||||
version = "1.0.1"
|
version = "1.0.1"
|
||||||
@ -5062,7 +5031,6 @@ version = "0.1.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"aes-gcm 0.10.2",
|
"aes-gcm 0.10.2",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-recursion",
|
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64 0.13.1",
|
"base64 0.13.1",
|
||||||
"bincode",
|
"bincode",
|
||||||
@ -5071,7 +5039,6 @@ dependencies = [
|
|||||||
"cap-std",
|
"cap-std",
|
||||||
"chacha20poly1305 0.10.1",
|
"chacha20poly1305 0.10.1",
|
||||||
"chrono",
|
"chrono",
|
||||||
"cita_trie",
|
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"digest 0.10.7",
|
"digest 0.10.7",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
@ -5082,7 +5049,6 @@ dependencies = [
|
|||||||
"futures",
|
"futures",
|
||||||
"generic-array",
|
"generic-array",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"hasher",
|
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf",
|
"hkdf",
|
||||||
"hmac 0.12.1",
|
"hmac 0.12.1",
|
||||||
|
@ -14,7 +14,6 @@ zip = "0.6"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
aes-gcm = "0.10.2"
|
aes-gcm = "0.10.2"
|
||||||
anyhow = "1.0.71"
|
anyhow = "1.0.71"
|
||||||
async-recursion = "1.0.4"
|
|
||||||
async-trait = "0.1.71"
|
async-trait = "0.1.71"
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
@ -23,7 +22,6 @@ bytes = "1.4.0"
|
|||||||
cap-std = "2.0.0"
|
cap-std = "2.0.0"
|
||||||
chacha20poly1305 = "0.10.1"
|
chacha20poly1305 = "0.10.1"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.31"
|
||||||
cita_trie = "4.0.0"
|
|
||||||
crossterm = { version = "0.26.1", features = ["event-stream", "bracketed-paste"] }
|
crossterm = { version = "0.26.1", features = ["event-stream", "bracketed-paste"] }
|
||||||
digest = "0.10"
|
digest = "0.10"
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
@ -34,7 +32,6 @@ flate2 = "1.0"
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
generic-array = "0.14"
|
generic-array = "0.14"
|
||||||
getrandom = "0.2.10"
|
getrandom = "0.2.10"
|
||||||
hasher = "*"
|
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
hkdf = "0.12.3"
|
hkdf = "0.12.3"
|
||||||
hmac = "0.12"
|
hmac = "0.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user