uv/crates/uv-auth
John Mumm ea16fe28b6
Obfuscate password in credentials debug messages (#12944)
I noticed in the trace output that we weren't obfuscating the
`Credentials` password in a trace message. This PR creates a `Password`
newtype with a custom `Debug` implementation.
2025-04-19 00:01:11 +02:00
..
src Obfuscate password in credentials debug messages (#12944) 2025-04-19 00:01:11 +02:00
Cargo.toml Use `keyring --mode creds` when `authenticate = "always"` (#12316) 2025-03-19 16:30:32 -05:00