From cf866c5ad386be721ddf432ea2d13c61347f87e5 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Thu, 9 Jun 2022 16:57:16 -0400 Subject: chore: Forward v1.22.3 to main (#14835) * 1.22.3 (#14832) * chore: pin swc versions to fix cargo publish Co-authored-by: denobot <33910674+denobot@users.noreply.github.com> Co-authored-by: cjihrig Co-authored-by: David Sherret --- ext/url/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/url') diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 7d2208181..139a0a549 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.55.0" +version = "0.56.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.137.0", path = "../../core" } +deno_core = { version = "0.138.0", path = "../../core" } serde = { version = "1.0.136", features = ["derive"] } serde_repr = "0.1.7" urlpattern = "0.1.6" [dev-dependencies] -deno_bench_util = { version = "0.49.0", path = "../../bench_util" } -deno_webidl = { version = "0.55.0", path = "../webidl" } +deno_bench_util = { version = "0.50.0", path = "../../bench_util" } +deno_webidl = { version = "0.56.0", path = "../webidl" } [[bench]] name = "url_ops" -- cgit v1.2.3