73d002ef92
This updates some older dependencies to address a few cargo audit warnings. The majority of warnings come from network dependencies which will be addressed in #2389. This PR contains some minor dep updates that are not network related. Co-authored-by: Michael Sproul <michael@sigmaprime.io>
26 lines
773 B
TOML
26 lines
773 B
TOML
[package]
|
|
name = "remote_signer_test"
|
|
version = "0.2.0"
|
|
authors = ["Herman Junge <herman@sigmaprime.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.33.3"
|
|
environment = { path = "../../lighthouse/environment" }
|
|
hex = "0.4.2"
|
|
httpmock = "0.5.8"
|
|
remote_signer_client = { path = "../../remote_signer/client" }
|
|
remote_signer_consumer = { path = "../../common/remote_signer_consumer" }
|
|
reqwest = { version = "0.11.0", features = ["blocking", "json"] }
|
|
serde = { version = "1.0.116", features = ["derive"] }
|
|
serde_json = "1.0.58"
|
|
tempfile = "3.1.0"
|
|
tokio = { version = "1.1.0", features = ["time"] }
|
|
types = { path = "../../consensus/types" }
|
|
sensitive_url = { path = "../../common/sensitive_url" }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winapi = "~0.3.5"
|
|
windows-acl = "~0.3.0"
|
|
|