Update tokio & rustls, remove async-std & async-tls #19
Loading…
Reference in New Issue
No description provided.
Delete Branch ":remove-async-std"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As discussed in #7, remove the async-std dependency, upgrading tokio and rustls while we're at it.
This also fixes the build error #18, but I'm leaving #18 open anyway, because I think a minor version would need to be released to fix current dependants, while this change can only be released in a major version.