ee7c8a0b7e
## Issue Addressed - Resolves #1706 ## Proposed Changes Updates dependencies across the workspace. Any crate that was not able to be brought to the latest version is listed in #1712. ## Additional Info NA
21 lines
693 B
TOML
21 lines
693 B
TOML
[package]
|
|
name = "node_test_rig"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
environment = { path = "../../lighthouse/environment" }
|
|
beacon_node = { path = "../../beacon_node" }
|
|
types = { path = "../../consensus/types" }
|
|
eth2_config = { path = "../../common/eth2_config" }
|
|
tempdir = "0.3.7"
|
|
reqwest = { version = "0.10.8", features = ["native-tls-vendored"] }
|
|
url = "2.1.1"
|
|
serde = "1.0.116"
|
|
futures = "0.3.5"
|
|
genesis = { path = "../../beacon_node/genesis" }
|
|
eth2 = { path = "../../common/eth2" }
|
|
validator_client = { path = "../../validator_client" }
|
|
validator_dir = { path = "../../common/validator_dir", features = ["insecure_keys"] }
|