hi!
I'm working on the 2026 RustCrypto update (mostly digest, sha2 and sha1 at the
moment), for password-hash the problem is upstream didn't fully release all
crates yet:
The following Debian packages depend on `password-hash`:
- librust-argon2-dev
- librust-pbkdf2-dev
- librust-scrypt-dev
The 2026 dependencies are used in:
- argon2 0.6.0-rc.8
- pbkdf2 0.13.0
- scrypt 0.12.0
Meaning pbkdf2 and scrypt would be ready, but for argon2 we still need to wait
for upstream fully releasing 0.6.0.
There's a mildly related Github issue (but I'm not sure if it's suitable as a
tracking issue): https://github.com/RustCrypto/password-hashes/issues/852
cheers,
kpcyrd