durch / rust-s3

Rust library for interfacing with S3 API compatible services
MIT License
498 stars 195 forks source link

Migrate to hyper v1 and http v1 #383

Open negezor opened 2 months ago

negezor commented 2 months ago

Hi, this PR updates hyper to v1 and http to v1. I'm not completely sure about the choices I made, so some things might have been overcomplicated. But it is somewhat hard to understand the new hyper.

I would be happy to be pointed out possible improvements. But for now it gives me the opportunity not to duplicate hyper 0.2 and 1.1 already now.

It also updates side dependencies that it's time to update. It's also worth thinking about updating edition to 2021.

negezor commented 1 month ago

@durch gentle ping

durch commented 1 week ago

@negezor thanks for this, I need access to my main laptop to test, will get it sorted within a week.

durch commented 2 days ago

@negezor seeing a bunch of hangups in tests, not sure what thats about, will need to take a closer look at what is happening internally