-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Cargo is currently testing a sparse registry served over HTTPS, instead of downloading the entire git repo: https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html
Are there any plans to support it in this crate?
I'm looking to use it in cargo audit
for two reasons:
- Shorter CI times without having to download the entire registry
- Removing the dependency on OpenSSL via
libgit2
and replacing it withrustls
. (Although Replace git2 with gitoxide #82 would also solve this)
Metadata
Metadata
Assignees
Labels
No labels