diff options
Diffstat (limited to 'ext/timers')
-rw-r--r-- | ext/timers/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/timers/Cargo.toml b/ext/timers/Cargo.toml index c481e970f..2c5236c11 100644 --- a/ext/timers/Cargo.toml +++ b/ext/timers/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.98.0", path = "../../core" } -tokio = { version = "1.8.1", features = ["full"] } +tokio = { version = "1.10.1", features = ["full"] } [dev-dependencies] deno_bench_util = { version = "0.10.0", path = "../../bench_util" } |