mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
@@ -22,7 +22,7 @@ log = "0.4"
|
||||
quick-protobuf = "0.8"
|
||||
quick-protobuf-codec = { workspace = true }
|
||||
rand = "0.8"
|
||||
smallvec = "1.6.1"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0.40"
|
||||
|
||||
# Passing arguments to the docsrs builder in order to properly document cfg's.
|
||||
|
@@ -35,7 +35,7 @@ rand = "0.8"
|
||||
regex = "1.9.1"
|
||||
serde = { version = "1", optional = true, features = ["derive"] }
|
||||
sha2 = "0.10.7"
|
||||
smallvec = "1.6.1"
|
||||
smallvec = "1.11.0"
|
||||
unsigned-varint = { version = "0.7.0", features = ["asynchronous_codec"] }
|
||||
void = "1.0.2"
|
||||
|
||||
|
@@ -21,7 +21,7 @@ log = "0.4.19"
|
||||
lru = "0.10.1"
|
||||
quick-protobuf-codec = { workspace = true }
|
||||
quick-protobuf = "0.8"
|
||||
smallvec = "1.6.1"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
void = "1.0"
|
||||
either = "1.8.0"
|
||||
|
@@ -24,7 +24,7 @@ quick-protobuf = "0.8"
|
||||
libp2p-identity = { workspace = true }
|
||||
rand = "0.8"
|
||||
sha2 = "0.10.7"
|
||||
smallvec = "1.6.1"
|
||||
smallvec = "1.11.0"
|
||||
uint = "0.9"
|
||||
unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
||||
void = "1.0"
|
||||
|
@@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true }
|
||||
libp2p-identity = { workspace = true }
|
||||
log = "0.4.19"
|
||||
rand = "0.8.3"
|
||||
smallvec = "1.6.1"
|
||||
smallvec = "1.11.0"
|
||||
socket2 = { version = "0.5.3", features = ["all"] }
|
||||
tokio = { version = "1.29", default-features = false, features = ["net", "time"], optional = true}
|
||||
trust-dns-proto = { version = "0.22.0", default-features = false, features = ["mdns", "tokio-runtime"] }
|
||||
|
@@ -21,7 +21,7 @@ rand = "0.8"
|
||||
serde = { version = "1.0", optional = true}
|
||||
serde_json = { version = "1.0.99", optional = true }
|
||||
serde_cbor = { version = "0.11.2", optional = true }
|
||||
smallvec = "1.6.1"
|
||||
smallvec = "1.11.0"
|
||||
void = "1.0.2"
|
||||
log = "0.4.19"
|
||||
|
||||
|
Reference in New Issue
Block a user