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) --- 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 d9bb23614..32cf02e86 100644 --- a/extensions/timers/Cargo.toml +++ b/extensions/timers/Cargo.toml @@ -15,4 +15,4 @@ path = "lib.rs" [dependencies] 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