Skip to content

Commit

Permalink
chore(deps): bump pbkdf2 from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.12.1 to 0.12.2.
- [Commits](RustCrypto/password-hashes@pbkdf2-v0.12.1...pbkdf2-v0.12.2)

---
updated-dependencies:
- dependency-name: pbkdf2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 688e880 commit 10a648c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkcs5/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spki = { version = "0.7" }
cbc = { version = "0.1.2", optional = true }
aes = { version = "0.8.3", optional = true, default-features = false }
des = { version = "0.8.1", optional = true, default-features = false }
pbkdf2 = { version = "0.12.1", optional = true, default-features = false }
pbkdf2 = { version = "0.12.2", optional = true, default-features = false }
scrypt = { version = "0.11", optional = true, default-features = false }
sha1 = { version = "0.10.1", optional = true, default-features = false }
sha2 = { version = "0.10.2", optional = true, default-features = false }
Expand Down

0 comments on commit 10a648c

Please sign in to comment.