cargo-unmaintained
cargo-unmaintained copied to clipboard
Find unmaintained packages in Rust projects
Something like: ``` docopt (https://github.com/docopt/docopt.rs updated 1132 days ago) - required by package rustls-examples ``` Suggestion from @tjade273.
Suggestion from @tjade273.
Bumps [snapbox](https://github.com/assert-rs/snapbox) from 0.6.16 to 0.6.17. Commits a1b3c7b chore: Release c18f8ea docs: Update changelog e230a1d Merge pull request #358 from epage/elide 9344f20 fix(filter): Take redactions into account for Array elides...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.124 to 1.0.125. Release notes Sourced from serde_json's releases. 1.0.125 Speed up \uXXXX parsing and improve handling of unpaired surrogates when deserializing to bytes (#1172, #1175, thanks...
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.39.3. Release notes Sourced from tokio's releases. Tokio v1.39.3 1.39.3 (August 17th, 2024) This release fixes a regression where the unix socket api stopped accepting...
It would be very helpful to be able to select the target or targets that I care about, and cargo-unmaintained removes crates which are not used in those targets. The...
I have the following dep tree ``` │ ├── tracing-bunyan-formatter v0.3.9 │ │ ├── gethostname v0.2.3 ``` and the result is: ``` gethostname (https://codeberg.org/flausch/gethostname.rs.git does not exist) ``` because that...
Bumps [octocrab](https://github.com/XAMPPRocky/octocrab) from 0.40.0 to 0.41.0. Release notes Sourced from octocrab's releases. v0.41.0 Added Implement getting users and reopos by their respective IDs (#690) Fixed (installation) [breaking] Return Result instead...