summaryrefslogtreecommitdiff
path: root/ext/url
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-03-24 12:47:35 +1100
committerKitson Kelly <me@kitsonkelly.com>2022-03-24 14:47:06 +1100
commitcff1e92ecf17933a4fcd2ea6a18abfdf89316e37 (patch)
treeb9dc3685eda53147214af8232c30c1e08eb9d1b2 /ext/url
parentc755548e0212ea6f4fc211adc85bfdc581e6045e (diff)
1.20.2
Diffstat (limited to 'ext/url')
-rw-r--r--ext/url/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 392adff9e..71003f0dc 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.42.0"
+version = "0.43.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,14 +14,14 @@ description = "URL API implementation for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.124.0", path = "../../core" }
+deno_core = { version = "0.125.0", path = "../../core" }
serde = { version = "1.0.129", features = ["derive"] }
serde_repr = "0.1.7"
urlpattern = "0.1.6"
[dev-dependencies]
-deno_bench_util = { version = "0.36.0", path = "../../bench_util" }
-deno_webidl = { version = "0.42.0", path = "../webidl" }
+deno_bench_util = { version = "0.37.0", path = "../../bench_util" }
+deno_webidl = { version = "0.43.0", path = "../webidl" }
[[bench]]
name = "url_ops"