Skip to content

Commit

Permalink
Updated constant_time_eq dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Racum committed Jun 21, 2023
1 parent a84e336 commit 744205a
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.7] - 2023-06-21

### Changed

- Updated constant_time_eq dependency.

## [1.6.6] - 2023-04-22

### 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.6"
version = "1.6.7"
authors = ["Ronaldo Racum <[email protected]>"]
documentation = "https://docs.rs/djangohashers/"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -44,7 +44,7 @@ pwhash = { version = "^1.0", default-features = false, optional = true }
fastpbkdf2 = { version = "^0.1", optional = true }
rust-argon2 = { version = "^1.0", optional = true }
scrypt = { version = "^0.11", optional = true }
constant_time_eq = { version = "^0.2", optional = true }
constant_time_eq = { version = "^0.3", optional = true }
hex_fmt = { version = "^0.3", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 744205a

Please sign in to comment.