./devel/cargo-upgrades, Check for outdated dependencies in Rust/Cargo projects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.0, Package name: cargo-upgrades-2.0.0, Maintainer: pkgsrc-users

Shows which dependencies in Cargo.toml can be upgraded to a newer version.
It's similar to cargo-outdated, but has a simpler implementation, so it won't
complain about path dependencies or potential version conflicts.
Simply checks whether there is a newer (stable) version for each dependency.


Master sites:

Filesize: 9.471 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-09 14:16:02 by pin | Files touched by this commit (5)
Log message:
devel/cargo-upgrades: import package

Shows which dependencies in Cargo.toml can be upgraded to a newer version.
It's similar to cargo-outdated, but has a simpler implementation, so it won't
complain about path dependencies or potential version conflicts.
Simply checks whether there is a newer (stable) version for each dependency.