diff --git a/Cargo.toml b/Cargo.toml index 50297a6..64093aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" dotenv = "0.15.0" mattermost_api = "0.1.0" futures = "0.3.19" -tokio = { version = "1.15.0", features = ["full"] } +tokio = { version = "1", features = ["full"] }