Bump RustCrypto dependencies

Updates all RustCrypto crates (`crypto-mac`, `des`, `hmac`, `pbkdf2`)
to the latest versions.
This commit is contained in:
Tony Arcieri
2020-10-18 10:12:09 -07:00
parent 811a7d5373
commit 17ae87f741
3 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ use crate::{
TAG_ADMIN_SALT, TAG_PROTECTED, TAG_PROTECTED_MGM,
};
use des::{
block_cipher::{generic_array::GenericArray, BlockCipher, NewBlockCipher},
cipher::{generic_array::GenericArray, BlockCipher, NewBlockCipher},
TdesEde3,
};
#[cfg(feature = "untested")]