in line with the official documentation

This commit is contained in:
Mylloon 2021-12-21 10:00:45 +01:00
parent fbd4833c53
commit ddc9b62934
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -9,4 +9,4 @@ edition = "2021"
dotenv = "0.15.0" dotenv = "0.15.0"
mattermost_api = "0.1.0" mattermost_api = "0.1.0"
futures = "0.3.19" futures = "0.3.19"
tokio = { version = "1.15.0", features = ["full"] } tokio = { version = "1", features = ["full"] }