mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
93be7a3067
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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.