summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d19dcaa..6d80175 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }