kbknapp / cargo-outdated

A cargo subcommand for displaying when Rust dependencies are out of date
MIT License
1.17k stars 87 forks source link

Upgrade to cargo 0.76.0 (MSRV 1.73) #379

Closed cuviper closed 4 months ago

cuviper commented 6 months ago

This updates compatibility with new cargo features, e.g. version-less manifests.

The git2-curl and toml dependencies are also updated to keep up with cargo.

The optional termcolor dependency is removed, as it is now unused.

cuviper commented 4 months ago

@kbknapp gentle ping, if you could please consider this, thanks!

kbknapp commented 4 months ago

Sorry! I'll check this out when I get home today

kbknapp commented 4 months ago

Sorry for the increased delay, I had some personal issues over the weekend!

kbknapp commented 4 months ago

v0.15 has been published

cuviper commented 4 months ago

Thanks!