Merge pull request #2 from Pr0methean/dependabot/cargo/pbkdf2-0.12.1
chore(deps): update pbkdf2 requirement from 0.11.0 to 0.12.1
This commit is contained in:
commit
a209aa5dad
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ constant_time_eq = { version = "0.1.5", optional = true }
|
|||
crc32fast = "1.3.2"
|
||||
flate2 = { version = "1.0.23", default-features = false, optional = true }
|
||||
hmac = { version = "0.12.1", optional = true, features = ["reset"] }
|
||||
pbkdf2 = {version = "0.11.0", optional = true }
|
||||
pbkdf2 = {version = "0.12.1", optional = true }
|
||||
sha1 = {version = "0.10.1", optional = true }
|
||||
time = { version = "0.3.7", optional = true, default-features = false, features = ["std"] }
|
||||
zstd = { version = "0.11.2", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue