Update dependencies (#2084)

## 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`
This commit is contained in:
blacktemplar
2020-12-14 02:28:19 +00:00
parent c1e27f4c89
commit 701843aaa0
13 changed files with 120 additions and 49 deletions

View File

@@ -10,7 +10,7 @@ description = "Hashing primitives used in Ethereum 2.0"
lazy_static = { version = "1.4.0", optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ring = "0.16.12"
ring = "0.16.19"
[target.'cfg(target_arch = "wasm32")'.dependencies]
sha2 = "0.9.1"