mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-06 10:11:44 +00:00
update dependencies (#2032)
## Issue Addressed NA ## Proposed Changes Updates out of date dependencies. ## Additional Info See also https://github.com/sigp/lighthouse/issues/1712 for a list of dependencies that are still out of date and the resasons.
This commit is contained in:
@@ -8,10 +8,10 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
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 }
|
||||
aes-ctr = "0.6.0"
|
||||
hmac = "0.10.1"
|
||||
pbkdf2 = { version = "0.6.0", default-features = false }
|
||||
scrypt = { version = "0.5.0", default-features = false }
|
||||
sha2 = "0.9.1"
|
||||
uuid = { version = "0.8.1", features = ["serde", "v4"] }
|
||||
zeroize = { version = "1.1.1", features = ["zeroize_derive"] }
|
||||
|
||||
@@ -7,8 +7,8 @@ use crate::json_keystore::{
|
||||
Kdf, KdfModule, Scrypt, Sha256Checksum, Version,
|
||||
};
|
||||
use crate::Uuid;
|
||||
use aes_ctr::stream_cipher::generic_array::GenericArray;
|
||||
use aes_ctr::stream_cipher::{NewStreamCipher, SyncStreamCipher};
|
||||
use aes_ctr::cipher::generic_array::GenericArray;
|
||||
use aes_ctr::cipher::{NewStreamCipher, SyncStreamCipher};
|
||||
use aes_ctr::Aes128Ctr as AesCtr;
|
||||
use bls::{Keypair, PublicKey, SecretKey, ZeroizeHash};
|
||||
use eth2_key_derivation::PlainText;
|
||||
|
||||
Reference in New Issue
Block a user