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 cookie 0.8.1 to drop reliance on openssl #5

Open
w-k-s opened this issue May 26, 2017 · 1 comment
Open

Use cookie 0.8.1 to drop reliance on openssl #5

w-k-s opened this issue May 26, 2017 · 1 comment

Comments

@w-k-s
Copy link

w-k-s commented May 26, 2017

I'm trying to use nickel_cookies 0.2.0 in conjunction with frank_jwt 2.5.1.
frank_jwt 2.5.0 relies on the latest version of openssl v0.9.12.
nickel_cookies 0.2.0 relies on cookie 0.2.5 which relies on openssl 0.7.17.

When I try to build my rust application, I get the following error:

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 updating or pinning your dependencies to ensure that this package only shows up once

The latest version of cookie,0.8.1, has dropped its openssl dependancy. If nickel_cookies updates to the latest version of cookie, this problem would be solved.

@jolhoeft
Copy link
Member

jolhoeft commented Jun 7, 2017

I have a fork of this that should fix this issue at https://github.com/jolhoeft/cookies/tree/upgrade

I've been added to the nickel-org team, and should be able to push this fix soon, along with upgrades to nickel.rs itself.

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

2 participants