Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to hyper v0.10 with separate openssl dependency #38

Merged
merged 1 commit into from
Jan 23, 2017

Conversation

abronan
Copy link
Contributor

@abronan abronan commented Jan 15, 2017

Hi,

This PR updates the hyper crate to v0.10 which removes the dependency to openssl. TLS support is added through the hyper-openssl crate.

This depends on softprops/hyperlocal#5 which also updates hyperlocal to v0.10 to avoid a clash with openssl-sys versions.

Some context here: hyperium/hyper#985

Signed-off-by: Alexandre Beslic [email protected]

@@ -12,17 +12,15 @@ license = "MIT"

[dependencies]
flate2 = "0.2"
hyperlocal = "0.2"
hyperlocal = { git = "https://github.com/abronan/hyperlocal.git", branch = "update_hyper" }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will update this dependency (which currently points to my fork) if a new version is tagged or to the master branch of the main repository :)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 750649c on abronan:update_hyper into 23420f2 on softprops:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling c8a2559 on abronan:update_hyper into 23420f2 on softprops:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling a5dece3 on abronan:update_hyper into 23420f2 on softprops:master.

@@ -12,17 +12,15 @@ license = "MIT"

[dependencies]
flate2 = "0.2"
hyperlocal = "0.2"
hyperlocal = "0.3"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for bumping the version! Updated :)

@softprops
Copy link
Owner

Going to merge this but before I cut the next release I may experiment with hyper native tls which supposedly works a bit more seamlessly. Thanks again for moving hyper upgrade process forward!

@softprops
Copy link
Owner

Oh wait gh is telling me theres merge conflicts. Can you merge the latest and push. Happy to merge then

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 13ef409 on abronan:update_hyper into 1ceb10f on softprops:master.

@abronan
Copy link
Contributor Author

abronan commented Jan 23, 2017

Whoops indeed, just rebased :)

@softprops softprops merged commit ef7ad85 into softprops:master Jan 23, 2017
@softprops
Copy link
Owner

Thanks @abronan!

@abronan abronan deleted the update_hyper branch January 23, 2017 03:19
@abronan
Copy link
Contributor Author

abronan commented Jan 23, 2017

@softprops Thanks to you for putting effort into the lib :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants