fix: use openssl (#81)
This commit is contained in:
parent
8f375d8c44
commit
43a519d129
|
@ -20,6 +20,7 @@ bytes = "1.2.1"
|
|||
futures = "0.3.23"
|
||||
toml = "0.5.9"
|
||||
log = "0.4.17"
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
|
||||
common = { path = "../common" }
|
||||
consensus = { path = "../consensus" }
|
||||
|
|
|
@ -21,6 +21,7 @@ async-trait = "0.1.57"
|
|||
log = "0.4.17"
|
||||
chrono = "0.4.22"
|
||||
thiserror = "1.0.37"
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
|
||||
common = { path = "../common" }
|
||||
config = { path = "../config" }
|
||||
|
|
|
@ -23,6 +23,7 @@ triehash-ethereum = { git = "https://github.com/openethereum/parity-ethereum" }
|
|||
async-trait = "0.1.57"
|
||||
log = "0.4.17"
|
||||
thiserror = "1.0.37"
|
||||
openssl = { version = "0.10", features = ["vendored"] }
|
||||
|
||||
common = { path = "../common" }
|
||||
consensus = { path = "../consensus" }
|
||||
|
|
Loading…
Reference in New Issue