uv/crates/uv-redacted
Charlie Marsh 4dd0392086
Avoid writing redacted credentials to tool receipt (#14855)
## Summary

Right now, we write index URLs to the tool receipt with redacted
credentials (i.e., a username, and `****` in lieu of a password). This
is always wrong and unusable. Instead, this PR drops them entirely.

Part of https://github.com/astral-sh/uv/issues/14806.
2025-07-23 16:01:10 -04:00
..
src Avoid writing redacted credentials to tool receipt (#14855) 2025-07-23 16:01:10 -04:00
Cargo.toml Use ref-cast for DisplaySafeUrl (#13696) 2025-05-28 11:28:28 +00:00