From d0dec8d36b751638d15a44ef790a36049f1bc359 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 15 Jun 2022 13:48:53 -0400 Subject: chore: upgrade various deps (#14876) Co-authored-by: David Sherret --- 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 b604f6579..8a36ea3db 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] bencher = "0.1" deno_core = { version = "0.138.0", path = "../core" } -tokio = { version = "1.17", features = ["full"] } +tokio = { version = "1.19", features = ["full"] } [[bench]] name = "op_baseline" -- cgit v1.2.3