Skip to content

Commit

Permalink
Update bcrypt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Racum committed Jul 6, 2023
1 parent 744205a commit a29e7af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.6.8] - 2023-07-06

### Changed

- Updated bcrypt dependency.

## [1.6.7] - 2023-06-21

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "djangohashers"
version = "1.6.7"
version = "1.6.8"
authors = ["Ronaldo Racum <[email protected]>"]
documentation = "https://docs.rs/djangohashers/"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -38,7 +38,7 @@ md-5 = { version = "^0.10", optional = true }
sha-1 = { version = "^0.10", optional = true }
sha2 = { version = "^0.10", optional = true }
ring = { version = "^0.16", default-features = false, optional = true }
bcrypt = { version = "^0.14", optional = true }
bcrypt = { version = "^0.15", optional = true }
base64 = { version = "^0.21", optional = true }
pwhash = { version = "^1.0", default-features = false, optional = true }
fastpbkdf2 = { version = "^0.1", optional = true }
Expand Down

0 comments on commit a29e7af

Please sign in to comment.