Switch to futures-timer 3.0 (#1426)

This commit is contained in:
Ashley
2020-02-05 12:12:18 +01:00
committed by GitHub
parent 7c04f7e468
commit c73a175963
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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" }