diff --git a/Cargo.toml b/Cargo.toml index 7c9a897..e7a0204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ users = "0.11.0" regex = "1.0.1" futures = "0.3" async-trait = "0.1" -tokio = { version = "0.3", features = ["rt", "process", "io-util", "macros", "sync"] } +tokio = { version = "1.6.1", features = ["rt", "process", "io-util", "macros", "sync"] } once_cell = "1.4" [dev-dependencies]