summaryrefslogtreecommitdiff
path: root/ext/web
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-03-25 18:53:55 +0100
committerGitHub <noreply@github.com>2022-03-25 18:53:55 +0100
commit37b0ec454cb45f10fbcb14273c663cb55b40d209 (patch)
treeb271657ae5a2c98f3e3abcf9dcf991acf7e5f770 /ext/web
parent3511b7602b619357174001555e961964c9a63e33 (diff)
chore: forward v1.20.3 release commit to main (#14121)
Diffstat (limited to 'ext/web')
-rw-r--r--ext/web/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index ab8ab0043..367a89eed 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.74.0"
+version = "0.75.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.125.0", path = "../../core" }
+deno_core = { version = "0.126.0", path = "../../core" }
encoding_rs = "0.8.29"
flate2 = "1"
serde = "1.0.129"
@@ -24,9 +24,9 @@ tokio = { version = "1.10.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4", "serde"] }
[dev-dependencies]
-deno_bench_util = { version = "0.37.0", path = "../../bench_util" }
-deno_url = { version = "0.43.0", path = "../url" }
-deno_webidl = { version = "0.43.0", path = "../webidl" }
+deno_bench_util = { version = "0.38.0", path = "../../bench_util" }
+deno_url = { version = "0.44.0", path = "../url" }
+deno_webidl = { version = "0.44.0", path = "../webidl" }
[[bench]]
name = "timers_ops"