Upgrade to hyper 1 and reqwest 0.13#2475
Conversation
|
This fails to build aws-lc-sys:
|
|
This unfortunately (still) results in duplicate reqwest versions, due to |
Kobzol
left a comment
There was a problem hiding this comment.
The changes look simple enough, but at the moment this increases the dependency count from 464 to 488. I'm not sure if it's worth merging it at least until the object_store crate releases a new version.
Added a commit that upgrades object_store to 0.14... but that further increases the dependency count by 15 (in the lockfile). It does at least get rid of reqwest 0.12. Sources:
|
This was triggered initially by #t-release > Producing a smaller alternative to `rustc-{version}-src` discussing that there were many copies of OpenSSL included, which led me to wonder whether we could use rustls for some of these. reqwest 0.13 defaults to using rustls for TLS by default.
I also generally think it's better to keep dependencies up to date, including (but not only) because it limits duplicate dependencies.