Open qrilka opened 2 years ago
Updating to the latest cargo-outdated (0.11.2) fixed this for me (I was getting errors about time ^0.3 not matching time 0.3.17... or something like that). But now on 0.11.2 instead I get a lot of crates showing as Removed (e.g. time, which is definitely not removed). So something is still broken.
Running
cargo outdated
fails for our project with the following message:https://github.com/rust-lang/git2-rs/issues/838#issuecomment-1136144078 says that this problem is about old cargo being used. But after switching to cargo-1.60 a test project using git2-14.4 builds fine but
cargo outdated
fails with the message above