Skip to content

Use cookie 0.8.1 to drop reliance on openssl #5

@w-k-s

Description

@w-k-s

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions