diff options
| author | Colin Ihrig <cjihrig@gmail.com> | 2022-07-29 08:44:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-29 08:44:46 -0400 |
| commit | 088bc52db045ac7823f076d42d069292cdd67aec (patch) | |
| tree | df5c90cbc52ae4740d9d77f724afd0e47557c07f /ext/url | |
| parent | ef7bc2e6cc4856a0372086b3ceb7d470508aaa52 (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/url')
| -rw-r--r-- | ext/url/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 80ac97ba9..813e94954 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.62.0" +version = "0.63.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.144.0", path = "../../core" } +deno_core = { version = "0.145.0", path = "../../core" } serde = { version = "1.0.136", features = ["derive"] } serde_repr = "0.1.7" urlpattern = "0.2.0" [dev-dependencies] -deno_bench_util = { version = "0.56.0", path = "../../bench_util" } -deno_webidl = { version = "0.62.0", path = "../webidl" } +deno_bench_util = { version = "0.57.0", path = "../../bench_util" } +deno_webidl = { version = "0.63.0", path = "../webidl" } [[bench]] name = "url_ops" |
