maoertel / diqwest

Crate to extend `reqwest` to be able to send with digest auth flow.
https://docs.rs/diqwest
MIT License
18 stars 3 forks source link

Upgrade reqwest to v0.12 #17

Closed sigoden closed 4 months ago

sigoden commented 5 months ago

Hello, thanks for this amazing project.

Reqwest v0.12 upgrades hyper, http and http-body to v1. It seems like a minor version update, but its impact is huge.

Reqwest v0.11 released on January 6, 2021. It's been a long time since reqwest v0.11 to v0.12.

Can you update the reqwest dependency to v0.12 and release a new version?

maoertel commented 4 months ago

Hey sigoden,

yes, will work on that this week and update the crate. :v:

maoertel commented 4 months ago

Solved by #18