Closed VirxEC closed 1 year ago
I'm having the same issue. A workaround for now is to set setting crates.useLocalCargoIndex=false
This problem is now worse with Rust 1.70.0 where the sparse protocol for crates.io is the default protocol.
Hi, thanks for the issue, I will deal with it when I got enough time but right now I can't.
An other option to workaround this for now is to run this:
CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git cargo update --dry-run
Since there are many issues going related with this, we have our own index server now. No more local checks with v0.6.0
we have our own index server now
Not sure what this means?
we have our own index server now
Not sure what this means?
I am facing the same(?) issue since I activated the new protocol and it is not solved by this. I am behind a https-intercepting proxy. I have extracted its CAs into one pem file and export NODE_EXTRA_CA_CERTS to point to it. Neither with suffix .cer, nor .pem does crates pick it up.
I thought I needed to wait for your new version, to catch up, but to no avail.
Describe the bug This extension is incompatible with the new sparse protocol in stable Rust/Cargo.
See the blog post for more details on the upcoming protocol.
To Reproduce Steps to reproduce the behavior:
Expected behavior This extension should be compatible with the upcoming sparse protocol.
Desktop (please complete the following information):