mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
Switch to futures-timer 3.0 (#1426)
This commit is contained in:
@ -15,7 +15,7 @@ bs58 = "0.3.0"
|
||||
ed25519-dalek = "1.0.0-pre.3"
|
||||
fnv = "1.0"
|
||||
futures = { version = "0.3.1", features = ["compat", "io-compat", "executor", "thread-pool"] }
|
||||
futures-timer = "2"
|
||||
futures-timer = "3"
|
||||
lazy_static = "1.2"
|
||||
libsecp256k1 = { version = "0.3.1", optional = true }
|
||||
log = "0.4"
|
||||
|
@ -21,4 +21,4 @@ pin-project = "0.4.6"
|
||||
[dev-dependencies]
|
||||
env_logger = "0.7.1"
|
||||
quickcheck = "0.9.0"
|
||||
futures-timer = "2.0"
|
||||
futures-timer = "3.0"
|
||||
|
@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
async-std = { version = "1.0", optional = true }
|
||||
futures = "0.3.1"
|
||||
futures-timer = "2.0"
|
||||
futures-timer = "3.0"
|
||||
get_if_addrs = "0.5.3"
|
||||
ipnet = "2.0.0"
|
||||
libp2p-core = { version = "0.15.0", path = "../../core" }
|
||||
|
Reference in New Issue
Block a user