From 1bf7b90ca8ad8e2bf62e455c24d5498c9ee74a46 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Thu, 2 Sep 2021 23:38:44 +0200 Subject: chore: update dependencies (#11856) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- bench_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench_util/Cargo.toml') diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index ab96eb86d..e4014f553 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -15,7 +15,7 @@ description = "Bench and profiling utilities for deno crates" [dependencies] bencher = "0.1" deno_core = { version = "0.98.0", path = "../core" } -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } [[bench]] name = "op_baseline" -- cgit v1.2.3