summaryrefslogtreecommitdiff
path: root/extensions/timers
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-07-09 17:15:50 +0200
committerGitHub <noreply@github.com>2021-07-09 17:15:50 +0200
commitab079a8d63e9a32d2ddae1071797f57823357967 (patch)
treef00ef2694ddcf8fd31f32848102035758f4eb6a4 /extensions/timers
parent391bf17479dbc087e0e7dde65f8b353f5089486c (diff)
chore: update crates (#11332)
Diffstat (limited to 'extensions/timers')
-rw-r--r--extensions/timers/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }