Skip to content

Commit

Permalink
Use password-hash v0.1 crate release (RustCrypto#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 29, 2021
1 parent f4d8cb9 commit 72c0896
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,3 @@ members = [
"scrypt",
"sha-crypt"
]

[patch.crates-io]
password-hash = { git = "https://github.com/rustcrypto/traits" }
2 changes: 1 addition & 1 deletion argon2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ readme = "README.md"

[dependencies]
blake2 = { version = "0.9", default-features = false }
password-hash = { version = "0", optional = true }
password-hash = { version = "0.1", optional = true }
zeroize = { version = "1", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pbkdf2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ base64 = { version = "0.13", default-features = false, features = ["alloc"], opt
rand = { version = "0.8", default-features = false, optional = true }
rand_core = { version = "0.6", default-features = false, features = ["getrandom"], optional = true }
hmac = { version = "0.10", default-features = false, optional = true }
password-hash = { version = "0", default-features = false, features = ["alloc"], optional = true }
password-hash = { version = "0.1", default-features = false, features = ["alloc"], optional = true }
sha1 = { version = "0.9", package = "sha-1", default-features = false, optional = true }
sha2 = { version = "0.9", default-features = false, optional = true }
subtle = { version = "2", default-features = false, optional = true }
Expand Down

0 comments on commit 72c0896

Please sign in to comment.