Path to this page:
./
devel/cargo-outdated,
Cargo subcommand for displaying when Rust dependencies are out of date
Branch: CURRENT,
Version: 0.15.0,
Package name: cargo-outdated-0.15.0,
Maintainer: pinA cargo subcommand for displaying when Rust dependencies are out of date.
cargo-outdated is for displaying when dependencies have newer versions
available.
The functionality of cargo-outdated largely depends on the cargo builtin
command cargo update.
To retrieve the list of available SemVer compatible dependencies,
cargo-outdated firstly creates a temporary workspace, then executes cargo
update against it, finally compares the temporary dependency tree with the
original one.
Similarly, to check the latest dependencies, cargo-outdated replaces the SemVer
requirements of direct dependencies with wildcards then goes through the same
process.
Master sites:
Filesize: 49.458 KB
Version history: (Expand)
- (2024-03-23) Updated to version: cargo-outdated-0.15.0
- (2023-11-02) Updated to version: cargo-outdated-0.14.0
- (2023-10-25) Updated to version: cargo-outdated-0.13.1nb2
- (2023-10-20) Updated to version: cargo-outdated-0.13.1nb1
- (2023-10-08) Package added to pkgsrc.se, version cargo-outdated-0.13.1 (created)
CVS history: (Expand)
2024-03-23 20:08:38 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-outdated: update to 0.15.0
v0.15.0 (2024-02-26)
Changes
- MSRV is now as 1.73.0
Maintenance
- Upgrade cargo to v0.73 (#379) (Thanks to @cuviper)
|
2023-11-02 19:09:41 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-outdated: update to 0.14.0
v0.14.0 (2023-11-01)
Changes
- MSRV is now as 1.70.0
Fixes
- [patch] table is now included (Thanks to @rmja) (Fixes #275)
Maintenance
- cargo was updated to v0.72 (Thanks to @cuviper)
- Use of serde vs serde_derive was cleaned up (Thanks to @tottoto)
- bump deps
- Typo cleanups (Thanks to @Treeway7)
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-20 09:08:00 by pin | Files touched by this commit (1) |
Log message:
devel/cargo-outdated: fix build with new libgit2
Avoid version mismatch, switch to vendored libgit2.
|
2023-10-07 23:21:26 by pin | Files touched by this commit (5) | |
Log message:
devel/cargo-outdated: import package
A cargo subcommand for displaying when Rust dependencies are out of date.
cargo-outdated is for displaying when dependencies have newer versions
available.
The functionality of cargo-outdated largely depends on the cargo builtin
command cargo update.
To retrieve the list of available SemVer compatible dependencies,
cargo-outdated firstly creates a temporary workspace, then executes cargo
update against it, finally compares the temporary dependency tree with the
original one.
Similarly, to check the latest dependencies, cargo-outdated replaces the SemVer
requirements of direct dependencies with wildcards then goes through the same
process.
|