kbknapp / cargo-outdated

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

False negative on ropey 1.2.0 (when latest is 1.6.1) #378

Open krobelus opened 6 months ago

krobelus commented 6 months ago

Create an empty crate and add ropey = "1.2.0" to Cargo.toml

Running cargo outdated 0.14.0 claims everything is up to date even though ropey 1.6.1 is available.