This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 94
Doesn't work with recent hyper #79
Comments
I can't reproduce this. Could you post your Cargo.lock? |
@abonander sorry for the late reply, here's my Cargo.lock:
|
It looks like you're pulling in Nickel as well, which might be what's forcing Multipart to use Hyper 0.9.18. Do you actually need that? |
nickel is the webframework I use, so yes :) It seems this is already a known issue nickel-org/nickel.rs#395 The repo seems to be inactive, so I might have to migrate away from it. |
Yeah you can't use Hyper 0.10 with Nickel, it has to be 0.9. I have a crate specifically for integrating with Nickel since they're always using out-of-date Hyper, you just use it directly: https://crates.io/crates/multipart-nickel |
Closing since it's not an issue with Multipart. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've tried to copy the hyper_reqbuilder.rs into my project, but this seems to fail due to:
I've tried to downgrade to hyper 0.9, but this fails as well due to
openssl 0.7.14
being unable to compile.The text was updated successfully, but these errors were encountered: