uv/crates/uv-auth/src
Charlie Marsh 8adf4a8977
Migrate from `urlencoding` to `percent-encoding` (#11144)
## Summary

This lets us drop a dependency entirely. `percent-encoding` is used by
`url` and so is already in the graph, whereas `urlencoding` isn't used
by anything else.
2025-01-31 16:29:46 -05:00
..
cache.rs removed unneeded `.clone()` (#11127) 2025-01-31 11:12:18 +01:00
credentials.rs Migrate from `urlencoding` to `percent-encoding` (#11144) 2025-01-31 16:29:46 -05:00
keyring.rs Publish: Warn when keyring has no password (#8827) 2024-11-27 20:54:49 +01:00
lib.rs Propagate credentials for `<index>/simple` to `<index>/...` endpoints (#11074) 2025-01-30 10:22:21 -06:00
middleware.rs Upgrade Rust toolchain to 1.84.0 (#10533) 2025-01-11 22:19:33 -05:00
realm.rs Remove separate test files in favor of same-file `mod tests` (#9199) 2024-11-18 20:11:46 +00:00