From 29c8cd8aae52b89075e6af84ddd34f813fa3ea8d Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:50:16 -0400 Subject: 1.21.0 (#14336) Co-authored-by: ry Co-authored-by: David Sherret --- ext/web/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ext/web') diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index b1e4c3347..460ed4263 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.78.0" +version = "0.79.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] async-trait = "0.1.51" base64 = "0.13.0" -deno_core = { version = "0.129.0", path = "../../core" } +deno_core = { version = "0.130.0", path = "../../core" } encoding_rs = "0.8.29" flate2 = "1" serde = "1.0.129" @@ -24,9 +24,9 @@ tokio = { version = "1.17", features = ["full"] } uuid = { version = "0.8.2", features = ["v4", "serde"] } [dev-dependencies] -deno_bench_util = { version = "0.41.0", path = "../../bench_util" } -deno_url = { version = "0.47.0", path = "../url" } -deno_webidl = { version = "0.47.0", path = "../webidl" } +deno_bench_util = { version = "0.42.0", path = "../../bench_util" } +deno_url = { version = "0.48.0", path = "../url" } +deno_webidl = { version = "0.48.0", path = "../webidl" } [[bench]] name = "timers_ops" -- cgit v1.2.3