uv/crates/uv-auth
Zanie Blue a07adf72de
Use read-write locks instead of mutexes in authentication handling (#3210)
- Use `RwLock` for `KeyringProvider` cache
- Use `RwLock` for `CredentialsCache`
2024-04-24 10:17:16 -05:00
..
src Use read-write locks instead of mutexes in authentication handling (#3210) 2024-04-24 10:17:16 -05:00
Cargo.toml Only perform fetches of credentials for a realm once (#3237) 2024-04-24 09:53:44 -05:00