slack-rs-api icon indicating copy to clipboard operation
slack-rs-api copied to clipboard

Update reqwest version to fix potential vulnerabilities

Open steveocr opened this issue 2 years ago • 0 comments

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.

steveocr avatar Apr 01 '22 00:04 steveocr