diff options
Diffstat (limited to 'extensions/timers')
-rw-r--r-- | extensions/timers/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/timers/Cargo.toml b/extensions/timers/Cargo.toml index 6366ea553..db0ca2b11 100644 --- a/extensions/timers/Cargo.toml +++ b/extensions/timers/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.90.0", path = "../../core" } -tokio = { version = "1.7.0", features = ["full"] } +tokio = { version = "1.7.1", features = ["full"] } [dev-dependencies] deno_bench_util = { version = "0.3.0", path = "../../bench_util" } |