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 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"] } |