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.
Create an empty crate and add
ropey = "1.2.0"toCargo.tomlRunning
cargo outdated0.14.0 claims everything is up to date even though ropey 1.6.1 is available.