mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-08-01 01:11:58 +00:00
@@ -22,7 +22,7 @@ log = "0.4.19"
|
||||
rand = "0.8.3"
|
||||
smallvec = "1.6.1"
|
||||
socket2 = { version = "0.5.3", features = ["all"] }
|
||||
tokio = { version = "1.28", default-features = false, features = ["net", "time"], optional = true}
|
||||
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"] }
|
||||
void = "1.0.2"
|
||||
|
||||
@@ -37,7 +37,7 @@ libp2p-noise = { workspace = true }
|
||||
libp2p-swarm = { workspace = true, features = ["tokio", "async-std"] }
|
||||
libp2p-tcp = { workspace = true, features = ["tokio", "async-io"] }
|
||||
libp2p-yamux = { workspace = true }
|
||||
tokio = { version = "1.28", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time"] }
|
||||
tokio = { version = "1.29", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time"] }
|
||||
libp2p-swarm-test = { path = "../../swarm-test" }
|
||||
|
||||
[[test]]
|
||||
|
@@ -30,7 +30,7 @@ log = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1.28.2", features = ["full"] }
|
||||
tokio = { version = "1.29.1", features = ["full"] }
|
||||
void = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@@ -37,7 +37,7 @@ libp2p-identify = { workspace = true }
|
||||
libp2p-yamux = { workspace = true }
|
||||
libp2p-tcp = { workspace = true, features = ["tokio"] }
|
||||
rand = "0.8"
|
||||
tokio = { version = "1.28", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
|
||||
tokio = { version = "1.29", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
|
||||
libp2p-swarm-test = { path = "../../swarm-test" }
|
||||
|
||||
# Passing arguments to the docsrs builder in order to properly document cfg's.
|
||||
|
Reference in New Issue
Block a user