chore(deps): bump self_update from 0.41.0 to 0.44.0 - #398
Conversation
Bumps [self_update](https://github.com/jaemk/self_update) from 0.41.0 to 0.44.0. - [Release notes](https://github.com/jaemk/self_update/releases) - [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md) - [Commits](https://github.com/jaemk/self_update/commits) --- updated-dependencies: - dependency-name: self_update dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
582cba1 to
3a52e14
Compare
self_update 0.44 turned the HTTP backend into an explicit feature. "default" is now ["reqwest", "default-tls"], and "rustls" only maps to "reqwest?/rustls" / "ureq?/rustls" - the optional-dependency syntax configures TLS on a backend that is already enabled rather than enabling one. With default-features = false we therefore selected no backend at all, and http_client compiled without its `get`, failing with 14 x E0425. Adding "reqwest" restores the 0.41 behaviour (reqwest + rustls, no native-tls in the tree).
Review:
|
Bumps self_update from 0.41.0 to 0.44.0.
Changelog
Sourced from self_update's changelog.
Commits