From 475bc35646bc25d796b2638768cd5a79e3a0033e Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Sat, 29 May 2021 20:18:24 +0900 Subject: chore: upgrade Tokio to 1.6.1 (#10782) --- 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 f3e1140c8..302712912 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.88.0", path = "../core" } -tokio = { version = "1.6.0", features = ["full"] } +tokio = { version = "1.6.1", features = ["full"] } -- cgit v1.2.3