From ab079a8d63e9a32d2ddae1071797f57823357967 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 9 Jul 2021 17:15:50 +0200 Subject: chore: update crates (#11332) --- extensions/timers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/timers') diff --git a/extensions/timers/Cargo.toml b/extensions/timers/Cargo.toml index 69c0691a4..b25c2f244 100644 --- a/extensions/timers/Cargo.toml +++ b/extensions/timers/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.92.0", path = "../../core" } -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.8.1", features = ["full"] } [dev-dependencies] deno_bench_util = { version = "0.4.0", path = "../../bench_util" } -- cgit v1.2.3