Update cookie dependency to 0.10 to avoid ring hell #627
Labels
deficiency
Something doesn't work as well as it could
upstream
An unresolvable issue: an upstream dependency bug
I'm loving Rocket. It's getting me into Rust, and things have been going amazingly great. Until now, that is—where I need my server to make an https request to another server to get something done.
The problem is that every library that does this seems to (eventually) depend on ring. Specifically, version 0.12 of ring. The current dependency on Cookie (0.9) uses ring 0.11, but Cookie 0.10 uses ring 0.12, which seems compatible with a ton of things out there.
I know the frustration you've had with this (I've checked the threads), but for now, it seems like this could be fixed by bumping the Cookie dependency to 0.10. I wish I knew more about the Rust world to make a more meaningful contribution for this, but I'm working my way there!
The text was updated successfully, but these errors were encountered: