refactor: remove unused dependencies

Pull-Request: #3530.
This commit is contained in:
Thomas Eizinger
2023-03-01 10:39:01 +11:00
committed by GitHub
parent 7f5b40af17
commit 73013de3f1
9 changed files with 1 additions and 41 deletions

View File

@@ -12,7 +12,6 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
asynchronous-codec = "0.6"
bytes = "1"
either = "1.6.0"
futures = "0.3.26"
futures-timer = "3.0"

View File

@@ -20,11 +20,9 @@ instant = "0.1.11"
libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-swarm = { version = "0.42.0", path = "../../swarm" }
log = "0.4"
pin-project = "1"
prost-codec = { version = "0.3", path = "../../misc/prost-codec" }
prost = "0.11"
rand = "0.8.4"
smallvec = "1.6.1"
static_assertions = "1"
thiserror = "1.0"
void = "1"

View File

@@ -22,9 +22,7 @@ log = "0.4"
prost = "0.11"
prost-codec = { version = "0.3.0", path = "../../misc/prost-codec" }
rand = "0.8"
sha2 = "0.10"
thiserror = "1"
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
void = "1"
[dev-dependencies]

View File

@@ -12,15 +12,12 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-trait = "0.1"
bytes = "1"
futures = "0.3.26"
instant = "0.1.11"
libp2p-core = { version = "0.39.0", path = "../../core" }
libp2p-swarm = { version = "0.42.0", path = "../../swarm" }
log = "0.4.11"
rand = "0.8"
smallvec = "1.6.1"
unsigned-varint = { version = "0.7", features = ["std", "futures"] }
[dev-dependencies]
async-std = "1.6.2"