701843aaa0
## Issue Addressed Partially addresses dependencies mentioned in issue #1712. ## Proposed Changes Updates dependencies (including an update avoiding a vulnerability) + add tokio compatibility to `remote_signer_test`
15 lines
366 B
TOML
15 lines
366 B
TOML
[package]
|
|
name = "eth1_test_rig"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
tokio = { version = "0.3.2", features = ["time"] }
|
|
tokio-compat-02 = "0.1"
|
|
web3 = "0.14.0"
|
|
futures = "0.3.7"
|
|
types = { path = "../../consensus/types"}
|
|
serde_json = "1.0.58"
|
|
deposit_contract = { path = "../../common/deposit_contract"}
|