diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-10-18 20:30:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-18 20:30:00 +0200 |
| commit | 1cd9272a9152e1647921572db63a8bd57e650cd6 (patch) | |
| tree | 7bab1a38f756b0ffc18113fad04ac110d5df9804 /ext/url | |
| parent | 617eeabe8369d7bfca7951d1cd55ac58ede1f9fb (diff) | |
chore: release crates for v1.15.2 (#12478)
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 c4834346b..12091d18b 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.21.0" +version = "0.22.0" authors = ["the Deno authors"] edition = "2018" license = "MIT" @@ -14,14 +14,14 @@ description = "URL API implementation for Deno" path = "lib.rs" [dependencies] -deno_core = { version = "0.103.0", path = "../../core" } +deno_core = { version = "0.104.0", path = "../../core" } serde = { version = "1.0.129", features = ["derive"] } serde_repr = "0.1.7" urlpattern = "0.1.2" [dev-dependencies] -deno_bench_util = { version = "0.15.0", path = "../../bench_util" } -deno_webidl = { version = "0.21.0", path = "../webidl" } +deno_bench_util = { version = "0.16.0", path = "../../bench_util" } +deno_webidl = { version = "0.22.0", path = "../webidl" } [[bench]] name = "url_ops" |
