Description
surf support is outdated and surf is no longer maintained. It should be removed from this crate.
ORIGINAL ISSUE TEXT:
The surf
crate has not only seen no releases in the last two years, but also the git repository has seen no commit in the last two years. It depends on outdated version like tokio 0.2 and there does not seem to be any effort to make a new releases with more up to date dependencies. However, it is the only way this crate works with async-std
.
I personally am fine with tokio
-only libraries and would vote to remove surf
in an upcoming release. Are there any users of the surf backend of this library? Would you be able to upgrade to the reqwest
backend? What are your reasons for still using surf
despite the default client being reqwest
for a while now?