mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-02 19:21:37 +00:00
@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
|
||||
[dependencies]
|
||||
asynchronous-codec = "0.6"
|
||||
either = "1.6.0"
|
||||
either = "1.9.0"
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3.0"
|
||||
instant = "0.1.12"
|
||||
|
@ -18,7 +18,7 @@ asynchronous-codec = "0.6"
|
||||
base64 = "0.21.2"
|
||||
byteorder = "1.3.4"
|
||||
bytes = "1.4"
|
||||
either = "1.5"
|
||||
either = "1.9"
|
||||
fnv = "1.0.7"
|
||||
futures = "0.3.28"
|
||||
futures-ticker = "0.0.3"
|
||||
|
@ -24,7 +24,7 @@ quick-protobuf = "0.8"
|
||||
smallvec = "1.11.0"
|
||||
thiserror = "1.0"
|
||||
void = "1.0"
|
||||
either = "1.8.0"
|
||||
either = "1.9.0"
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.6.2", features = ["attributes"] }
|
||||
|
@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
arrayvec = "0.7.4"
|
||||
bytes = "1"
|
||||
either = "1.5"
|
||||
either = "1.9"
|
||||
fnv = "1.0"
|
||||
asynchronous-codec = "0.6"
|
||||
futures = "0.3.28"
|
||||
|
@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
|
||||
[dependencies]
|
||||
either = "1.8.0"
|
||||
either = "1.9.0"
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3.0.2"
|
||||
instant = "0.1.12"
|
||||
|
@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
asynchronous-codec = "0.6"
|
||||
bytes = "1"
|
||||
either = "1.6.0"
|
||||
either = "1.9.0"
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3"
|
||||
instant = "0.1.12"
|
||||
|
Reference in New Issue
Block a user