2025-04-02 19:34:50 by pin | Files touched by this commit (1) |
Log message: devel/cargo-outdated: reset maintainer |
2025-03-17 21:57:15 by pin | Files touched by this commit (3) | ![]() |
Log message: devel/cargo-outdated: update to 0.17.0 - move to fxhashmap for speed by @klensy in #409 - Update cargo version by @yuvald-sweet-security in #410 |
2024-12-08 18:21:36 by pin | Files touched by this commit (9) | ![]() |
Log message: devel/cargo-outdated: update to 0.16.0 v0.16.0 (2024-12-07) Changes MSRV is now as 1.81.0 Maintenance Update cargo and other dependencies to get project building again. (#403) |
2024-12-02 21:26:21 by Adam Ciarcinski | Files touched by this commit (9) |
Log message: cargo-outdated: fix build for Rust 1.80.0 and newer |
2024-11-30 20:59:42 by Thomas Klausner | Files touched by this commit (1) |
Log message: cargo-outdated: mark as BROKEN Does not compile with rust 1.80. Add link to upstream ticket. |
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 (2297) |
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. |