Browse Source

Bump tokio dependency

master
Adrian Heine 3 years ago
parent
commit
1a248f1dc1
  1. 2
      Cargo.toml

2
Cargo.toml

@ -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…
Cancel
Save