rust-multipart-rfc7578 icon indicating copy to clipboard operation
rust-multipart-rfc7578 copied to clipboard

upgrade to hyper v1

Open iohzrd opened this issue 1 year ago • 1 comments

I'm trying to upgrade my folk to hyper v1 (and therefore http to v1), so I can upgrade rust-ipfs-api as well. I think I have it mostly done, but i'm having trouble in hyper/src/body.rs.

hyper v1 renamed the Body struct to Incoming, so I've changed all the instances of Body accordingly, but I can't seem to implement impl Into<hyper::body::Incoming> for Body properly.

Wondering if I can get some help.

iohzrd avatar Jan 02 '24 22:01 iohzrd

I'm also interested in this! This lib is the last one in my long line of upgrade to 1.0.

lsunsi avatar Mar 19 '24 18:03 lsunsi