diff options
| author | denobot <33910674+denobot@users.noreply.github.com> | 2022-06-15 17:02:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 17:02:18 -0600 |
| commit | e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5 (patch) | |
| tree | 3a2ca29dff3140255188f65de681bd12f7641363 /ext/web | |
| parent | d0dec8d36b751638d15a44ef790a36049f1bc359 (diff) | |
1.23.0 (#14878)
* 1.23.0
* docs(Releases.md): update a few items for 1.23
* docs(Releases.md): revert bad formatting
Co-authored-by: aslilac <aslilac@users.noreply.github.com>
Co-authored-by: McKayla Washburn <mckayla@hey.com>
Diffstat (limited to 'ext/web')
| -rw-r--r-- | ext/web/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 94510f61c..63d4323bf 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.87.0" +version = "0.88.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] async-trait = "0.1.51" base64 = "0.13.0" -deno_core = { version = "0.138.0", path = "../../core" } +deno_core = { version = "0.139.0", path = "../../core" } encoding_rs = "0.8.31" flate2 = "1" serde = "1.0.136" @@ -24,9 +24,9 @@ tokio = { version = "1.17", features = ["full"] } uuid = { version = "1.0.0", features = ["v4", "serde"] } [dev-dependencies] -deno_bench_util = { version = "0.50.0", path = "../../bench_util" } -deno_url = { version = "0.56.0", path = "../url" } -deno_webidl = { version = "0.56.0", path = "../webidl" } +deno_bench_util = { version = "0.51.0", path = "../../bench_util" } +deno_url = { version = "0.57.0", path = "../url" } +deno_webidl = { version = "0.57.0", path = "../webidl" } [[bench]] name = "encoding" |
