summaryrefslogtreecommitdiff
path: root/bench_util/Cargo.toml
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-15 22:13:10 +0900
committerGitHub <noreply@github.com>2021-05-15 15:13:10 +0200
commitbe2347ddc2b83e46e503a81f6aa32d5be631d361 (patch)
treeebe953dfc8e5ec76d84fbab70f1b664f1392cbf7 /bench_util/Cargo.toml
parentbd842c0e28f6f661b5dee394f41434ce8984046c (diff)
chore: upgrade Tokio to 1.6.0 (#10637)
Diffstat (limited to 'bench_util/Cargo.toml')
-rw-r--r--bench_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 6bd29bf59..eb4ffccf2 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -15,4 +15,4 @@ publish = false
[dependencies]
bencher = "0.1"
deno_core = { version = "0.87.0", path = "../core" }
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.6.0", features = ["full"] }