chshersh / tool-sync

🧰 Download pre-built binaries of all your favourite tools with a single command
https://crates.io/crates/tool-sync
Mozilla Public License 2.0
71 stars 16 forks source link

[#136] Upgrade clap to 4.0 #137

Closed SanchithHegde closed 1 year ago

SanchithHegde commented 1 year ago

Resolves #136.

This PR upgrades the clap dependency to 4.0.

I can also upgrade the other dependencies in the same PR itself, since they only involve modifications to the Cargo.toml and Cargo.lock files, clippy lints and tests pass without any code modifications.

Additional tasks


PS: I'm unsure if this requires a changelog entry, I can add one if required.

SanchithHegde commented 1 year ago

Let's keep this PR lean and upgrade all other dependencies in a separate PR 🙂

Fair enough, I'll make a new PR for upgrading the rest of the dependencies.