uv/crates/uv-auth
Zanie Blue 34dd8401ed
Fix retrieval of credentials for URLs from cache (#6452)
While working on https://github.com/astral-sh/uv/pull/6389 I discovered
we never checked `cache.get_url` here, which is wrong — though I don't
think it had much effect in practice since the realm would typically
match first. The main problem is that when we call `get_url` later we
hard-code the username to `None` because we assume we checked up here
with the username if present.
2024-08-22 19:00:58 -05:00
..
src Fix retrieval of credentials for URLs from cache (#6452) 2024-08-22 19:00:58 -05:00
Cargo.toml Use FxHash in uv-auth (#6149) 2024-08-16 13:14:51 -04:00