summaryrefslogtreecommitdiff
path: root/ext/web
diff options
context:
space:
mode:
authorColin Ihrig <cjihrig@gmail.com>2022-07-29 08:44:46 -0400
committerGitHub <noreply@github.com>2022-07-29 08:44:46 -0400
commit088bc52db045ac7823f076d42d069292cdd67aec (patch)
treedf5c90cbc52ae4740d9d77f724afd0e47557c07f /ext/web
parentef7bc2e6cc4856a0372086b3ceb7d470508aaa52 (diff)
Forward 1.24.1 to main (#15333) (#15336)
1.24.1 (#15333) Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
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 d8ec036c6..3e2c2d180 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.93.0"
+version = "0.94.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1.51"
base64-simd = "0.6.2"
-deno_core = { version = "0.144.0", path = "../../core" }
+deno_core = { version = "0.145.0", path = "../../core" }
encoding_rs = "0.8.31"
flate2 = "1"
serde = "1.0.136"
@@ -24,9 +24,9 @@ tokio = { version = "1.17", features = ["full"] }
uuid = { version = "1.0.0", features = ["v4", "serde"] }
[dev-dependencies]
-deno_bench_util = { version = "0.56.0", path = "../../bench_util" }
-deno_url = { version = "0.62.0", path = "../url" }
-deno_webidl = { version = "0.62.0", path = "../webidl" }
+deno_bench_util = { version = "0.57.0", path = "../../bench_util" }
+deno_url = { version = "0.63.0", path = "../url" }
+deno_webidl = { version = "0.63.0", path = "../webidl" }
[[bench]]
name = "encoding"