#update #cargo #check #cargo-subcommand #cargo-toml #dependencies

app cargo-cratesup

A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date

2 releases

0.1.1 Oct 29, 2024
0.1.0 Oct 25, 2024

#112 in Cargo plugins

Download history 95/week @ 2024-10-21 150/week @ 2024-10-28 27/week @ 2024-11-04

272 downloads per month

MIT license

15KB
188 lines

Cratesup

A Cargo subcommand that scans your Cargo.toml dependencies and checks for available updates to help you keep your dependencies up-to-date.

https://github.com/user-attachments/assets/c25f448d-e0b3-4836-a714-6260c1dd6588

Installation

cargo install cargo-cratesup

Usage

Once installed, you can use Cratesup with the following commands:

cargo cratesup

This command will display a list of available updates for your dependencies without modifying your Cargo.toml file.

cargo cratesup -u

Add the --update flag or -u to automatically update your Cargo.toml file with the latest available versions.

Features

  • Check for updates in your Rust project's dependencies
  • Update your Cargo.toml file with the latest available versions

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Dependencies

~10–23MB
~343K SLoC