From be2347ddc2b83e46e503a81f6aa32d5be631d361 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Sat, 15 May 2021 22:13:10 +0900 Subject: chore: upgrade Tokio to 1.6.0 (#10637) --- bench_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench_util') 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"] } -- cgit v1.2.3