diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,4 +28,4 @@ serde_derive = "1.0" log = "0.4" [dev-dependencies] -tokio = { version = "0.3", features = ["rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.0", features = ["rt", "rt-multi-thread", "macros"] } |