slack-rs / slack-rs-api

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

update reqwest to v0.11 and tokio to v1.2 #103

Open Brueggus opened 3 years ago

Brueggus commented 3 years ago

slack-rs-api not supporting tokio >1.0 is becoming more and more of an issue since other dependencies are moving forward.

This PR updates tokio and reqwest to their current versions.