kbknapp / cargo-outdated

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

Not showing latest version #362

Closed krishnaTORQUE closed 10 months ago

krishnaTORQUE commented 11 months ago

Not showing latest version

Cargo.toml

[dependencies]
tokio = { version = "^1.28.2", features = ["full"] }

Its been 22 days since tokio@1.29.1 released but its not showing even right now.

pdeva commented 11 months ago

i am noticing the same.


[dependencies]
rand = "0.8.4"

current rand version is 0.8.5 since 2022, but cargo outdated says everything is up to date.

krishnaTORQUE commented 10 months ago

Any update on this? I am still having this issue. Thanks

krishnaTORQUE commented 10 months ago

Switching to cargo-edit Use cargo upgrade to list & update the all packages in Cargo.toml To check only list of updates use cargo upgrade --dry-run