summaryrefslogtreecommitdiffstats
path: root/benches/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'benches/Cargo.toml')
-rw-r--r--benches/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/Cargo.toml b/benches/Cargo.toml
index d0383f36..de6c6c33 100644
--- a/benches/Cargo.toml
+++ b/benches/Cargo.toml
@@ -5,7 +5,7 @@ publish = false
edition = "2018"
[dependencies]
-tokio = { version = "0.3.0", path = "../tokio", features = ["full"] }
+tokio = { version = "1.0.0", path = "../tokio", features = ["full"] }
bencher = "0.1.5"
[target.'cfg(unix)'.dependencies]