Bump tokio dependency
This commit is contained in:
parent
9694ed0138
commit
1a248f1dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ users = "0.11.0"
|
||||||
regex = "1.0.1"
|
regex = "1.0.1"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
async-trait = "0.1"
|
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"
|
once_cell = "1.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue