Skip to content

Commit

Permalink
Merge pull request #125 from fpgaminer/dependabot/cargo/password-hash…
Browse files Browse the repository at this point in the history
…-0.5.0

Bump password-hash from 0.4.2 to 0.5.0
  • Loading branch information
fpgaminer committed Mar 13, 2023
2 parents e74b82c + 2907258 commit c4e81d7
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 fortresscrypto/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ byteorder = "1"
rand = { version = "0.8.5", features = ["std"] }
data-encoding = "2.3.3"
serde = { version = "1", features = ["derive"] }
password-hash = "0.4.2"
password-hash = "0.5.0"
scrypt = { version = "0.10.0", default-features = false }
subtle = "2.4.1"
sha2 = "0.10.6"
Expand Down

0 comments on commit c4e81d7

Please sign in to comment.