Skip to content

Commit

Permalink
Upgrade bcrypt-pbkdf to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo1003 committed Sep 1, 2021
1 parent eaf2c44 commit a5a9c0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ digest = "0.9.0"
md-5 = "0.9.0"
sha-1 = "0.9.0"
sha2 = "0.9.0"
bcrypt-pbkdf = "0.6.2"
bcrypt-pbkdf = "0.7.1"
cryptovec = "0.6.1"

# Feature `rustcrypto-cipher` dependencies
Expand Down
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- **Compiler**
- Minimum rustc version is now 1.49.0
- **Dependencies**
- Upgrade bcrypt-pbkdf to 0.6.2
- Upgrade bcrypt-pbkdf to 0.7.1
- aes-ctr is deprecated
- Upgrade block-modes to 0.8.1
- Upgrade aes to 0.7.4
Expand Down

0 comments on commit a5a9c0e

Please sign in to comment.