You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps I'm missing something but cargo outdated seems not to detect a basic outdated dependency. It said all dependencies are up to date, so to test I changed the version of chrono from 0.4.26 to 0.4.25, then ran cargo run to make sure cargo is aware. Running cargo outdated again still shows all dependencies are up to date.
Using cargo-outdated 0.11.2 (I also skipped most of the installation instructions like PATH, shouldn't be necessary if cargo already works right? Could be my fault, but also likely could be improvements here).
so to test I changed the version of chrono from 0.4.26 to 0.4.25
To clarify: Did you change the version by specifying "0.4.25" in Cargo.toml? If so, cargo will automatically pick the latest 0.4.x version (i.e. 0.4.26). Changes in the "patch" version number are assumed to be backwards-compatible.
Generally speaking though, it looks like cargo-outdated needs an update to be compatible with cargo's recent switch to sparse registry. That's PR #346.
Clearly something isn't quite right here. I'm using sparse registry by the way, if that causes any issues.
The text was updated successfully, but these errors were encountered: