summaryrefslogtreecommitdiff
path: root/ext/url
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2021-09-14 15:38:35 -0400
committerGitHub <noreply@github.com>2021-09-14 15:38:35 -0400
commit16c27fce1ffd33081487aa21763c927d90c494ad (patch)
treef6f0994c022c05d62c668193a11f00064ef6f26b /ext/url
parent1848f43aa1a2de0fabcde7970327baf37c177003 (diff)
chore: bump crate versions for 0.14 (#12072)
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 8ad3a61f1..5d2cb136c 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.16.0"
+version = "0.17.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
@@ -14,7 +14,7 @@ description = "URL API implementation for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.98.0", path = "../../core" }
+deno_core = { version = "0.99.0", path = "../../core" }
idna = "0.2.3"
percent-encoding = "2.1.0"
serde = { version = "1.0.129", features = ["derive"] }
@@ -22,8 +22,8 @@ serde_repr = "0.1.7"
urlpattern = "0.1.2"
[dev-dependencies]
-deno_bench_util = { version = "0.10.0", path = "../../bench_util" }
-deno_webidl = { version = "0.16.0", path = "../webidl" }
+deno_bench_util = { version = "0.11.0", path = "../../bench_util" }
+deno_webidl = { version = "0.17.0", path = "../webidl" }
[[bench]]
name = "url_ops"