softprops / hyperlocal

🔌 ✨rustlang hyper bindings for local unix domain sockets
MIT License
229 stars 46 forks source link

update hyper crate to v0.10 #5

Closed abronan closed 7 years ago

abronan commented 7 years ago

Hi,

This PR updates hyper to v0.10 which removes the dependency to openssl (allowing more flexibility).

This can come handy for shiplift (or other libs using shiplift) to update to a newer version of openssl and avoid the dependency clash on openssl-sys.

Some context here: https://github.com/hyperium/hyper/issues/985

Signed-off-by: Alexandre Beslic abeslic@abronan.com

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 83fc9355a2e16448bae49a45628c74fcf1b59d24 on abronan:update_hyper into d966aa6505c61b1b0f582a35c535ead857eba3ee on softprops:master.

softprops commented 7 years ago

Thanks @abronan I'll take a look at the shiplift changed soon. I want to do some local testing to better understand the recent changes to hyper

softprops commented 7 years ago

published version 0.3.0 with this change