Skip to content

Commit

Permalink
build(deps): bump pbkdf2 from 0.9.0 to 0.11.0 (#983)
Browse files Browse the repository at this point in the history
Bumps [pbkdf2](https://github.com/RustCrypto/password-hashes) from 0.9.0 to 0.11.0.
- [Release notes](https://github.com/RustCrypto/password-hashes/releases)
- [Commits](RustCrypto/password-hashes@scrypt-v0.9.0...pbkdf2-v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2022
1 parent 725ac32 commit f46a86c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 bip32/Cargo.toml
Expand Up @@ -28,7 +28,7 @@ zeroize = { version = "1", default-features = false }
# optional dependencies
k256 = { version = "0.11", optional = true, default-features = false, features = ["ecdsa", "sha256", "keccak256"] }
once_cell = { version = "1", optional = true }
pbkdf2 = { version = "0.10", optional = true, default-features = false }
pbkdf2 = { version = "0.11", optional = true, default-features = false }
secp256k1-ffi = { package = "secp256k1", version = "0.21", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion hkd32/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ zeroize = { version = "1", default-features = false, features = ["zeroize_derive

# optional dependencies
once_cell = { version = "1", optional = true }
pbkdf2 = { version = "0.10", optional = true, default-features = false }
pbkdf2 = { version = "0.11", optional = true, default-features = false }
subtle-encoding = { version = "0.5", optional = true, default-features = false, path = "../subtle-encoding" }

[dev-dependencies]
Expand Down

0 comments on commit f46a86c

Please sign in to comment.