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

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


Branch: CURRENT, Version: 2.1.2nb4, Package name: cargo-upgrades-2.1.2nb4, 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: 11.668 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-08-18 08:38:13 by Thomas Klausner | Files touched by this commit (1)
Log message:
cargo-upgrades: clang is only needed at build time

Bump PKGREVISION.
   2024-08-18 00:11:11 by Thomas Klausner | Files touched by this commit (1)
Log message:
cargo-upgrades: add clang buildlink3.mk

This wants to link against libclang, so give it the possibility.
   2024-08-10 13:21:18 by pin | Files touched by this commit (1)
Log message:
devel/cargo-upgrades: fix build failure

This should fix \ 
http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20240806.2215/cargo-upgrades-2.1.2/build.log

Thanks to wiz@ for reporting.
   2024-08-04 19:45:27 by pin | Files touched by this commit (3) | Package updated
Log message:
devel/cargo-upgrades: update to 2.1.2

 No ChangeLog provided.
   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.