Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
680 stars 232 forks source link

Remove default features of http-types #1619

Closed omid closed 4 months ago

omid commented 4 months ago

@heaths I'm not familiar with the source code that much, so my change can break the lib, but at least the tests I run passed.

I use azure sdk in a project and saw useless (to me!) and old dependencies which are attached to the not-actively-maintained http-types. And this change is to avoid including them, if I understood correctly.

omid commented 4 months ago

OK, now I investigated more :/

http-types has some 3-year-old changes on master which are not yet released! So my change here is meaningless and wrong!

Rust ecosystem should think about this old http-types package with ~10M downloads!

Thanks @heaths

svix-jplatte commented 1 month ago

Related: #1644