jaemk / self_update

Self updates for rust executables
MIT License
798 stars 70 forks source link

Bump reqwest & hyper and allow http2 negotiation #125

Open jqnatividad opened 7 months ago

jqnatividad commented 7 months ago

Somewhat duplicative of #124, but also went ahead to add the ability to transparently negotiate upgrading to an HTTP2 connection, which all the backends support.

jaemk commented 7 months ago

thanks @jqnatividad ! Would you mind resolving the cargo toml conflicts - and also reverting the space alignment (I don't like having to update a bunch of lines to fix alignment when one line changes, unless it's some ascii table)

jqnatividad commented 7 months ago

DONE @jaemk !

In hindsight, shouldn't have applied the BetterTOML format... force of habit, as it helps with the giant Cargo.toml I have for my project. :)