From ddc9b62934141a686e8b012b205175c6ffd15b8c Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 21 Dec 2021 10:00:45 +0100 Subject: [PATCH] in line with the official documentation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }