Path to this page:
Subject: CVS commit: pkgsrc/devel/cargo-upgrades
From: pin
Date: 2023-10-09 14:16:02
Message id: 20231009121602.7985AFADC@cvs.NetBSD.org
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.
Files: