a28e8decbf
## Issue Addressed NA ## Proposed Changes Updates out of date dependencies. ## Additional Info See also https://github.com/sigp/lighthouse/issues/1712 for a list of dependencies that are still out of date and the resasons.
13 lines
308 B
TOML
13 lines
308 B
TOML
[package]
|
|
name = "hashset_delay"
|
|
version = "0.2.0"
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
futures = "0.3.7"
|
|
tokio-util = { version = "0.5.0", features = ["time"] }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "0.3.2", features = ["time", "rt-multi-thread", "macros"] }
|