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`
16 lines
448 B
TOML
16 lines
448 B
TOML
[package]
|
|
name = "remote_signer_consumer"
|
|
version = "0.2.0"
|
|
authors = ["Herman Junge <herman@sigmaprime.io>"]
|
|
edition = "2018"
|
|
|
|
[dev-dependencies]
|
|
rand = "0.7.3"
|
|
remote_signer_test = { path = "../../testing/remote_signer_test" }
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.10.8", features = ["json"] }
|
|
serde = { version = "1.0.116", features = ["derive"] }
|
|
tokio = { version = "0.3.5", features = ["time"] }
|
|
types = { path = "../../consensus/types" }
|