Skip to content

Commit

Permalink
Update Rust crate password-hash to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 30, 2023
1 parent b71ea7c commit fee6d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lazy_static = { version = "1.4.0", optional = true, default-features = false }
memorable-wordlist = { version = "0.1.7", optional = true, default-features = false }
miette = { version = "5.8.0", features = ["fancy"], optional = true, default-features = false }
mimalloc = { version = "0.1.37", default-features = false, optional = true }
password-hash = { version = "0.4.2", optional = true, default-features = false }
password-hash = { version = "0.5.0", optional = true, default-features = false }
passwords = { version = "3.1.13", features = ["common-password"], optional = true, default-features = false }
path-clean = { version = "0.1.0", optional = true, default-features = false }
rand = { version = "0.8.5", optional = true, default-features = false }
Expand Down

0 comments on commit fee6d1d

Please sign in to comment.