slack-rs-api
slack-rs-api copied to clipboard
Update reqwest version to fix potential vulnerabilities
The version of reqwest
used by this crate is quite old, and depends on tokio
0.2, which is also old. Both old versions of reqwest and tokio have potential vulnerabilities (or vulnerable dependencies) as identified by cargo audit
.
Please consider updating reqwest
to the latest version. Thanks.