diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-11-03 19:40:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 00:40:23 +0100 |
| commit | 61fbfabe440f1cfffa7b8d17426ffdece4d430d0 (patch) | |
| tree | 4a2cd5150ab3f1a802ca2520ec1be89f707f5a32 /ext/url | |
| parent | 6fe9428805f80222daaf4ccdf9995f2e53b511ff (diff) | |
chore: forward v1.27.1 release commit to main (#16533)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.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 e56e90ddd..c80c4e9a9 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.74.0" +version = "0.75.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.156.0", path = "../../core" } +deno_core = { version = "0.157.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.68.0", path = "../../bench_util" } -deno_webidl = { version = "0.74.0", path = "../webidl" } +deno_bench_util = { version = "0.69.0", path = "../../bench_util" } +deno_webidl = { version = "0.75.0", path = "../webidl" } [[bench]] name = "url_ops" |
