You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I designed ATrium to allow developers to choose an async http client, and in atrium-xrpc-client I added an implementation that uses surf as one of its options.
However, this uses old rustls and appears to be in an unmaintained state. http-rs/surf#352
I would like to remove the xrpc client implementation using surf and the related dependencies.
The text was updated successfully, but these errors were encountered:
I designed
ATrium
to allow developers to choose an async http client, and inatrium-xrpc-client
I added an implementation that usessurf
as one of its options.However, this uses old rustls and appears to be in an unmaintained state.
http-rs/surf#352
I would like to remove the xrpc client implementation using
surf
and the related dependencies.The text was updated successfully, but these errors were encountered: