RustCrypto dependency updates; MSRV 1.47+ (#251)
Updates the following dependencies: - `des` v0.7 - `elliptic-curve` v0.9 - `hmac` v0.11 - `pbkdf2` v0.8 - `p256` v0.8 - `p384` v0.7
This commit is contained in:
committed by
GitHub
parent
1ad17bb025
commit
865353f4da
+1
-1
@@ -43,7 +43,7 @@ use crate::{
|
||||
TAG_ADMIN_FLAGS_1, TAG_ADMIN_SALT, TAG_PROTECTED_MGM,
|
||||
};
|
||||
use des::{
|
||||
cipher::{generic_array::GenericArray, BlockCipher, NewBlockCipher},
|
||||
cipher::{generic_array::GenericArray, BlockDecrypt, BlockEncrypt, NewBlockCipher},
|
||||
TdesEde3,
|
||||
};
|
||||
#[cfg(feature = "untested")]
|
||||
|
||||
Reference in New Issue
Block a user