summaryrefslogtreecommitdiff
path: root/ext/timers
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2022-01-20 20:50:39 +0530
committerGitHub <noreply@github.com>2022-01-20 20:50:39 +0530
commit16776c9ade8325182ac589b0955a7e94394b021a (patch)
treee25abc6fa52c72a7556c3b845f2fcf4d36a0e620 /ext/timers
parent23647a0d8a409d9a242a7ff5ecfae89fdda8a1bb (diff)
chore: bump crate version for 0.18.0 (#13441)
Diffstat (limited to 'ext/timers')
-rw-r--r--ext/timers/Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/timers/Cargo.toml b/ext/timers/Cargo.toml
index d3f8f88ea..3a51b9ad7 100644
--- a/ext/timers/Cargo.toml
+++ b/ext/timers/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_timers"
-version = "0.30.0"
+version = "0.32.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,14 +14,14 @@ description = "Timers API implementation for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.114.0", path = "../../core" }
+deno_core = { version = "0.116.0", path = "../../core" }
tokio = { version = "1.10.1", features = ["full"] }
[dev-dependencies]
-deno_bench_util = { version = "0.26.0", path = "../../bench_util" }
-deno_url = { version = "0.32.0", path = "../url" }
-deno_web = { version = "0.63.0", path = "../web" }
-deno_webidl = { version = "0.32.0", path = "../webidl" }
+deno_bench_util = { version = "0.28.0", path = "../../bench_util" }
+deno_url = { version = "0.34.0", path = "../url" }
+deno_web = { version = "0.65.0", path = "../web" }
+deno_webidl = { version = "0.34.0", path = "../webidl" }
[[bench]]
name = "timers_ops"