From 0a33cc1951940ebf862361106635ff1bb39d852b Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Mon, 5 Jul 2021 22:50:56 +0900 Subject: chore: upgrade Tokio to 1.8.0 (#11281) --- 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 866c6f4b7..7cff40557 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -15,7 +15,7 @@ publish = true [dependencies] bencher = "0.1" deno_core = { version = "0.92.0", path = "../core" } -tokio = { version = "1.7.1", features = ["full"] } +tokio = { version = "1.8.0", features = ["full"] } [[bench]] name = "op_baseline" -- cgit v1.2.3