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:
github-actions[bot] 2023-04-23 22:33:04 +00:00 committed by GitHub
commit a209aa5dad
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }