Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (55m)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (169d) 

2024-05-28 00:22:19 UTC Now

2023-10-07 21:21:26 UTC MAIN commitmail json YAML

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.

(pin)