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
69 stars 16 forks source link

Upgrading dependencies other than clap #139

Closed MitchellBerend closed 1 year ago

MitchellBerend commented 1 year ago

Referencing #136

Other dependencies might also have released new versions but these still need to be checked.

Edit: updated formatting

jim4067 commented 1 year ago

Hello,

I ran cargo update to update all the dependencies in the cargo.toml.

All the tests are passing. Is this similar to what you wanted, or did you want to update the specified depencies above only?

MitchellBerend commented 1 year ago

@jim4067 I would prefer all the dependencies but there is already a pr for this issue actually. #140

chshersh commented 1 year ago

This has been resolved by @SanchithHegde in #140