alexliesenfeld / httpmock

HTTP mocking library for Rust.
MIT License
436 stars 40 forks source link

FR: Support for tokio 1.0 #25

Closed UebelAndre closed 3 years ago

UebelAndre commented 3 years ago

I've done very little investigation here so I don't know the scope of this request but it'd be nice to update the version of tokio used here to help shrink my build graph. Hopefully this is as easy as changing the number 😅

gdesmott commented 3 years ago

Looks like we first need a stable release of actix with tokio 1.0 support.

alexliesenfeld commented 3 years ago

I'm working on it in https://github.com/alexliesenfeld/httpmock/pull/27.

alexliesenfeld commented 3 years ago

There is a new release 0.5.3 that updated all dependencies to the most recent version.