2 releases
0.1.1 | Oct 29, 2024 |
---|---|
0.1.0 | Oct 25, 2024 |
#112 in Cargo plugins
272 downloads per month
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