Bump pbkdf2 dependency to v0.7 (#219)

This commit is contained in:
Tony Arcieri (iqlusion)
2021-01-30 07:34:54 -08:00
committed by GitHub
parent cbca858488
commit 79c289ac00
2 changed files with 3 additions and 9 deletions
Generated
+2 -8
View File
@@ -539,17 +539,11 @@ dependencies = [
[[package]]
name = "pbkdf2"
version = "0.6.0"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3b8c0d71734018084da0c0354193a5edfb81b20d2d57a92c5b154aefc554a4a"
checksum = "ca5c74683c467276ba17c4bb16e219487dc8fd4465b24d2653386e40de37dab6"
dependencies = [
"base64",
"crypto-mac",
"hmac",
"rand",
"rand_core",
"sha2",
"subtle",
]
[[package]]