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:
Tony Arcieri (iqlusion)
2021-04-30 07:09:24 -07:00
committed by GitHub
parent 1ad17bb025
commit 865353f4da
4 changed files with 80 additions and 75 deletions
+1 -1
View File
@@ -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")]