diwic / dbus-rs

D-Bus binding for the Rust language
Other
589 stars 133 forks source link

update clap version to ^4.5 #466

Closed AldanTanneo closed 5 months ago

diwic commented 5 months ago

Hi,

I don't see why not, but it needs to be rebased on top of your other patch, which I just merged.

Btw, what is the main reason for this change/upgrade?

AldanTanneo commented 5 months ago

The current clap version that is used is very old and unmaintained, so keeping it up to date seemed wise

Also, some of the dependencies used by clap v2 are currently unmaintained or have security advisories

diwic commented 5 months ago

The current clap version that is used is very old and unmaintained, so keeping it up to date seemed wise

Also, some of the dependencies used by clap v2 are currently unmaintained or have security advisories

Okay. Rebase it and I'll merge it. Thanks!