summaryrefslogtreecommitdiff
path: root/ext/url
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-04-07 14:40:20 -0400
committerGitHub <noreply@github.com>2022-04-07 14:40:20 -0400
commitb2aaf708abd1af7c6df34a273a1720de63f93fcc (patch)
tree814e4cf6e3f9ce6d6dbc7e3a304a78bb2b6168c0 /ext/url
parent181e378032757938be88d8a02d6f87be191b47e2 (diff)
chore: forward v1.20.5 release commit to main (#14232)
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 3d885f535..2534ff023 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.45.0"
+version = "0.46.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.127.0", path = "../../core" }
+deno_core = { version = "0.128.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.39.0", path = "../../bench_util" }
-deno_webidl = { version = "0.45.0", path = "../webidl" }
+deno_bench_util = { version = "0.40.0", path = "../../bench_util" }
+deno_webidl = { version = "0.46.0", path = "../webidl" }
[[bench]]
name = "url_ops"