summaryrefslogtreecommitdiff
path: root/ext/web
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-03 21:29:01 +0530
committerDavid Sherret <dsherret@users.noreply.github.com>2022-03-03 15:05:18 -0500
commit95459e60f65f4492528cccfa4c777b15e464bc39 (patch)
treea6df32b33ce76cc0200fb923d0cf6f17f9ca166a /ext/web
parent1db7566e2a570415f0c68e7b6b3e4d59174b4164 (diff)
chore: bump crate version for 1.19.2 (#13824)
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 23e018bc9..838458de4 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.69.0"
+version = "0.70.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.120.0", path = "../../core" }
+deno_core = { version = "0.121.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.32.0", path = "../../bench_util" }
-deno_url = { version = "0.38.0", path = "../url" }
-deno_webidl = { version = "0.38.0", path = "../webidl" }
+deno_bench_util = { version = "0.33.0", path = "../../bench_util" }
+deno_url = { version = "0.39.0", path = "../url" }
+deno_webidl = { version = "0.39.0", path = "../webidl" }
[[bench]]
name = "timers_ops"