in line with the official documentation
This commit is contained in:
parent
fbd4833c53
commit
ddc9b62934
1 changed files with 1 additions and 1 deletions
|
@ -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"] }
|
||||
|
|
Reference in a new issue