slack-rs / slack-rs-api

Rust interface for the Slack Web API
Apache License 2.0
109 stars 66 forks source link

Update reqwest version to fix potential vulnerabilities #109

Open steveocr opened 2 years ago

steveocr commented 2 years ago

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.