mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 21:38:31 +00:00
Update external deps (#1711)
## Issue Addressed - Resolves #1706 ## Proposed Changes Updates dependencies across the workspace. Any crate that was not able to be brought to the latest version is listed in #1712. ## Additional Info NA
This commit is contained in:
@@ -7,20 +7,20 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rand = "0.7.2"
|
||||
aes-ctr = "0.4.0"
|
||||
hmac = "0.8.0"
|
||||
pbkdf2 = { version = "0.4.0", default-features = false }
|
||||
scrypt = { version = "0.3.0", default-features = false }
|
||||
sha2 = "0.9.0"
|
||||
uuid = { version = "0.8", features = ["serde", "v4"] }
|
||||
zeroize = { version = "1.0.0", features = ["zeroize_derive"] }
|
||||
serde = "1.0.110"
|
||||
serde_repr = "0.1"
|
||||
rand = "0.7.3"
|
||||
aes-ctr = "0.5.0"
|
||||
hmac = "0.9.0"
|
||||
pbkdf2 = { version = "0.5.0", default-features = false }
|
||||
scrypt = { version = "0.4.1", default-features = false }
|
||||
sha2 = "0.9.1"
|
||||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||
zeroize = { version = "1.1.1", features = ["zeroize_derive"] }
|
||||
serde = "1.0.116"
|
||||
serde_repr = "0.1.6"
|
||||
hex = "0.4.2"
|
||||
bls = { path = "../bls" }
|
||||
eth2_ssz = { path = "../../consensus/ssz" }
|
||||
serde_json = "1.0.41"
|
||||
eth2_ssz = "0.1.2"
|
||||
serde_json = "1.0.58"
|
||||
eth2_key_derivation = { path = "../eth2_key_derivation" }
|
||||
[dev-dependencies]
|
||||
tempfile = "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user