mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
I didn't remove async-recursion when I updated the repo to 1.77 as I forgot we used it in the tests. I still had to add some Box::pins, which may have been a valid option, on the prior Rust version, yet at least resolves everything now. Also updates everything which doesn't introduce further depends.
Simple Request
A simple alternative to reqwest, supporting HTTPS, intended to support a majority of use cases with a fraction of the dependency tree.
This library is built directly around hyper, hyper-rustls, and does require
tokio. Support for async-std would be welcome.