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

use same cookie version as hyper #4

Closed
flosse opened this issue Nov 26, 2016 · 5 comments
Closed

use same cookie version as hyper #4

flosse opened this issue Nov 26, 2016 · 5 comments

Comments

@flosse
Copy link

flosse commented Nov 26, 2016

I can't use iron-sessionstorage because it uses cookie v0.4.x and hyper uses v0.3.x. This leads to the following error:

native library 'openssl' is being linked to by more than one version of the same package, but it can only be linked once; try pdating or pinning your dependencies to ensure that this package only shows up once

@flosse
Copy link
Author

flosse commented Nov 26, 2016

I'm sorry, I missed that there is a v0.3 of iron-sessionstorage ;-)

@flosse flosse closed this as completed Nov 26, 2016
@untitaker
Copy link
Member

Yeah 0.4 is broken, but we do need the new cookie version for #3... not sure how to fix.

@untitaker untitaker reopened this Nov 26, 2016
@untitaker
Copy link
Member

Pushed 0.5.0 which is the same as 0.3, mostly.

@zoumi
Copy link
Contributor

zoumi commented Feb 11, 2017

Hyper had removed cookie from it dependencies.

@untitaker
Copy link
Member

Yes, I already took care of that.

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

No branches or pull requests

3 participants