EmbarkStudios / octobors

Rust program for automerging PRs based on a few rules
Apache License 2.0
40 stars 2 forks source link

Bump Tokio to latest stable #25

Closed bnjbvr closed 2 years ago

bnjbvr commented 2 years ago

cargo-deny complains on main that tokio has a security issue that's been fixed some time ago; upgrading would be sufficient to fix it. Usage of tokio is so limited in this project (only #[tokio::main] and tokio::sleep) that it seems to be a safe upgrade to do, despite possible API changes.