From 5da1bd802ca33cded6e5efad8dcd2155e448993c Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Thu, 12 Oct 2023 23:12:06 -0400 Subject: [PATCH] chore: forward v1.37.2 release commit to main (#20897) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- .github/workflows/ci.generate.ts | 2 +- .github/workflows/ci.yml | 8 +++--- Cargo.lock | 46 ++++++++++++++++---------------- Cargo.toml | 44 +++++++++++++++--------------- Releases.md | 43 +++++++++++++++++++++++++++++ bench_util/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- cli/deno_std.rs | 2 +- cli/napi/sym/Cargo.toml | 2 +- ext/broadcast_channel/Cargo.toml | 2 +- ext/cache/Cargo.toml | 2 +- ext/console/Cargo.toml | 2 +- ext/crypto/Cargo.toml | 2 +- ext/fetch/Cargo.toml | 2 +- ext/ffi/Cargo.toml | 2 +- ext/fs/Cargo.toml | 2 +- ext/http/Cargo.toml | 2 +- ext/io/Cargo.toml | 2 +- ext/kv/Cargo.toml | 2 +- ext/napi/Cargo.toml | 2 +- ext/net/Cargo.toml | 2 +- ext/node/Cargo.toml | 2 +- ext/tls/Cargo.toml | 2 +- ext/url/Cargo.toml | 2 +- ext/web/Cargo.toml | 2 +- ext/webidl/Cargo.toml | 2 +- ext/websocket/Cargo.toml | 2 +- ext/webstorage/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 29 files changed, 117 insertions(+), 74 deletions(-) diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 823e2defd9..3fd8bbebd6 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -5,7 +5,7 @@ import * as yaml from "https://deno.land/std@0.173.0/encoding/yaml.ts"; // Bump this number when you want to purge the cache. // Note: the tools/release/01_bump_crate_versions.ts script will update this version // automatically via regex, so ensure that this line maintains this format. -const cacheVersion = 55; +const cacheVersion = 56; const Runners = (() => { const ubuntuRunner = "ubuntu-22.04"; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 311d6c0a0c..483fa3e794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,8 +315,8 @@ jobs: path: |- ~/.cargo/registry/index ~/.cargo/registry/cache - key: '55-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}' - restore-keys: '55-cargo-home-${{ matrix.os }}' + key: '56-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}' + restore-keys: '56-cargo-home-${{ matrix.os }}' if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)' - name: Restore cache build output (PR) uses: actions/cache/restore@v3 @@ -328,7 +328,7 @@ jobs: !./target/*/*.zip !./target/*/*.tar.gz key: never_saved - restore-keys: '55-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-' + restore-keys: '56-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-' - name: Apply and update mtime cache if: '!(github.event_name == ''pull_request'' && matrix.skip_pr) && (!startsWith(github.ref, ''refs/tags/''))' uses: ./.github/mtime_cache @@ -616,7 +616,7 @@ jobs: !./target/*/gn_out !./target/*/*.zip !./target/*/*.tar.gz - key: '55-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}' + key: '56-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}' publish-canary: name: publish canary runs-on: ubuntu-22.04 diff --git a/Cargo.lock b/Cargo.lock index 010e41b61e..6b740fc663 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "deno" -version = "1.37.1" +version = "1.37.2" dependencies = [ "async-trait", "base32", @@ -1129,7 +1129,7 @@ dependencies = [ [[package]] name = "deno_bench_util" -version = "0.114.0" +version = "0.115.0" dependencies = [ "bencher", "deno_core", @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "deno_broadcast_channel" -version = "0.114.0" +version = "0.115.0" dependencies = [ "async-trait", "deno_core", @@ -1149,7 +1149,7 @@ dependencies = [ [[package]] name = "deno_cache" -version = "0.52.0" +version = "0.53.0" dependencies = [ "async-trait", "deno_core", @@ -1198,7 +1198,7 @@ dependencies = [ [[package]] name = "deno_console" -version = "0.120.0" +version = "0.121.0" dependencies = [ "deno_core", ] @@ -1232,7 +1232,7 @@ dependencies = [ [[package]] name = "deno_crypto" -version = "0.134.0" +version = "0.135.0" dependencies = [ "aes", "aes-gcm", @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "deno_fetch" -version = "0.144.0" +version = "0.145.0" dependencies = [ "bytes", "data-url", @@ -1317,7 +1317,7 @@ dependencies = [ [[package]] name = "deno_ffi" -version = "0.107.0" +version = "0.108.0" dependencies = [ "deno_core", "dlopen", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "deno_fs" -version = "0.30.0" +version = "0.31.0" dependencies = [ "async-trait", "deno_core", @@ -1374,7 +1374,7 @@ dependencies = [ [[package]] name = "deno_http" -version = "0.115.0" +version = "0.116.0" dependencies = [ "async-compression", "async-trait", @@ -1411,7 +1411,7 @@ dependencies = [ [[package]] name = "deno_io" -version = "0.30.0" +version = "0.31.0" dependencies = [ "async-trait", "deno_core", @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "deno_kv" -version = "0.28.0" +version = "0.29.0" dependencies = [ "anyhow", "async-trait", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "deno_napi" -version = "0.50.0" +version = "0.51.0" dependencies = [ "deno_core", "libloading", @@ -1499,7 +1499,7 @@ dependencies = [ [[package]] name = "deno_net" -version = "0.112.0" +version = "0.113.0" dependencies = [ "deno_core", "deno_tls", @@ -1515,7 +1515,7 @@ dependencies = [ [[package]] name = "deno_node" -version = "0.57.0" +version = "0.58.0" dependencies = [ "aead-gcm-stream", "aes", @@ -1614,7 +1614,7 @@ dependencies = [ [[package]] name = "deno_runtime" -version = "0.128.0" +version = "0.129.0" dependencies = [ "console_static_text", "deno_ast", @@ -1711,7 +1711,7 @@ dependencies = [ [[package]] name = "deno_tls" -version = "0.107.0" +version = "0.108.0" dependencies = [ "deno_core", "once_cell", @@ -1743,7 +1743,7 @@ dependencies = [ [[package]] name = "deno_url" -version = "0.120.0" +version = "0.121.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "deno_web" -version = "0.151.0" +version = "0.152.0" dependencies = [ "async-trait", "base64-simd", @@ -1775,7 +1775,7 @@ dependencies = [ [[package]] name = "deno_webidl" -version = "0.120.0" +version = "0.121.0" dependencies = [ "deno_bench_util", "deno_core", @@ -1783,7 +1783,7 @@ dependencies = [ [[package]] name = "deno_websocket" -version = "0.125.0" +version = "0.126.0" dependencies = [ "bytes", "deno_core", @@ -1800,7 +1800,7 @@ dependencies = [ [[package]] name = "deno_webstorage" -version = "0.115.0" +version = "0.116.0" dependencies = [ "deno_core", "deno_web", @@ -3400,7 +3400,7 @@ dependencies = [ [[package]] name = "napi_sym" -version = "0.50.0" +version = "0.51.0" dependencies = [ "proc-macro2 1.0.67", "quote 1.0.33", diff --git a/Cargo.toml b/Cargo.toml index 6dcdc787aa..b28813f50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,33 +42,33 @@ deno_ast = { version = "0.29.3", features = ["transpiling"] } deno_core = { version = "0.222.0" } -deno_runtime = { version = "0.128.0", path = "./runtime" } -napi_sym = { version = "0.50.0", path = "./cli/napi/sym" } -deno_bench_util = { version = "0.114.0", path = "./bench_util" } +deno_runtime = { version = "0.129.0", path = "./runtime" } +napi_sym = { version = "0.51.0", path = "./cli/napi/sym" } +deno_bench_util = { version = "0.115.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.17.1" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } # exts -deno_broadcast_channel = { version = "0.114.0", path = "./ext/broadcast_channel" } -deno_cache = { version = "0.52.0", path = "./ext/cache" } -deno_console = { version = "0.120.0", path = "./ext/console" } -deno_crypto = { version = "0.134.0", path = "./ext/crypto" } -deno_fetch = { version = "0.144.0", path = "./ext/fetch" } -deno_ffi = { version = "0.107.0", path = "./ext/ffi" } -deno_fs = { version = "0.30.0", path = "./ext/fs" } -deno_http = { version = "0.115.0", path = "./ext/http" } -deno_io = { version = "0.30.0", path = "./ext/io" } -deno_net = { version = "0.112.0", path = "./ext/net" } -deno_node = { version = "0.57.0", path = "./ext/node" } -deno_kv = { version = "0.28.0", path = "./ext/kv" } -deno_tls = { version = "0.107.0", path = "./ext/tls" } -deno_url = { version = "0.120.0", path = "./ext/url" } -deno_web = { version = "0.151.0", path = "./ext/web" } -deno_webidl = { version = "0.120.0", path = "./ext/webidl" } -deno_websocket = { version = "0.125.0", path = "./ext/websocket" } -deno_webstorage = { version = "0.115.0", path = "./ext/webstorage" } -deno_napi = { version = "0.50.0", path = "./ext/napi" } +deno_broadcast_channel = { version = "0.115.0", path = "./ext/broadcast_channel" } +deno_cache = { version = "0.53.0", path = "./ext/cache" } +deno_console = { version = "0.121.0", path = "./ext/console" } +deno_crypto = { version = "0.135.0", path = "./ext/crypto" } +deno_fetch = { version = "0.145.0", path = "./ext/fetch" } +deno_ffi = { version = "0.108.0", path = "./ext/ffi" } +deno_fs = { version = "0.31.0", path = "./ext/fs" } +deno_http = { version = "0.116.0", path = "./ext/http" } +deno_io = { version = "0.31.0", path = "./ext/io" } +deno_net = { version = "0.113.0", path = "./ext/net" } +deno_node = { version = "0.58.0", path = "./ext/node" } +deno_kv = { version = "0.29.0", path = "./ext/kv" } +deno_tls = { version = "0.108.0", path = "./ext/tls" } +deno_url = { version = "0.121.0", path = "./ext/url" } +deno_web = { version = "0.152.0", path = "./ext/web" } +deno_webidl = { version = "0.121.0", path = "./ext/webidl" } +deno_websocket = { version = "0.126.0", path = "./ext/websocket" } +deno_webstorage = { version = "0.116.0", path = "./ext/webstorage" } +deno_napi = { version = "0.51.0", path = "./ext/napi" } aes = "=0.8.3" anyhow = "1.0.57" diff --git a/Releases.md b/Releases.md index 2984141521..09d7aa8985 100644 --- a/Releases.md +++ b/Releases.md @@ -6,6 +6,49 @@ https://github.com/denoland/deno/releases We also have one-line install commands at: https://github.com/denoland/deno_install +### 1.37.2 / 2023.10.12 + +- feat(ext/web): cancel support for TransformStream (#20815) +- feat(lsp): jupyter notebook analysis (#20719) +- feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827) +- feat(unstable): add Deno.jupyter.display API (#20819) +- feat(unstable): add unix domain socket support to Deno.serve (#20759) +- feat(unstable): Await return from `Jupyter.display` (#20807) +- feat(unstable): send binary data with `Deno.jupyter.broadcast` (#20755) +- feat(unstable): send Jupyter messaging metadata with `Deno.jupyter.broadcast` + (#20714) +- feat(unstable): support Deno.test() (#20778) +- fix(bench): use total time when measuring wavg (#20862) +- fix(cli): Support using both `--watch` and `--inspect` at the same time + (#20660) +- fix(cli): panic with __runtime_js_sources (#20704) +- fix(ext/ffi): use anybuffer for op_ffi_ptr_of (#20820) +- fix(ext/formdata): support multiple headers in FormData (#20801) +- fix(ext/http): Deno.Server should not be thenable (#20723) +- fix(ext/kv): send queue wake messages accross different kv instances (#20465) +- fix(ext/node): don't call undefined nextTick fn (#20724) +- fix(ext/node): fix TypeError in Buffer.from with base64url encoding. (#20705) +- fix(ext/node): implement uv.errname (#20785) +- fix(ext/web): writability of `ReadableStream.from` (#20836) +- fix(jupyter): Rename logo assets so they are discoverable (#20806) +- fix(jupyter): keep `this` around (#20789) +- fix(jupyter): more robust Deno.jupyter namespace (#20710) +- fix(lsp): allow formatting vendor files (#20844) +- fix(lsp): normalize "deno:" urls statelessly (#20867) +- fix(lsp): percent-encode host in deno: specifiers (#20811) +- fix(lsp): show diagnostics for type imports from untyped deps (#20780) +- fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769) +- fix(node/http2): fixes to support grpc (#20712) +- fix(npm): upgrade to deno_npm 0.15.2 (#20772) +- fix(upgrade): use tar.exe to extract on Windows (#20711) +- fix: define window.name (#20804) +- fix: upgrade dprint-plugin-markdown 0.16.2 and typescript 0.88.1 (#20879) +- perf(ext/web): optimize DOMException (#20715) +- perf(ext/web): optimize structuredClone without transferables (#20730) +- perf(lsp): fix redundant file reads (#20802) +- perf(lsp): optimize formatting minified files (#20829) +- perf(node): use faster utf8 byte length in Buffer#from (#20746) + ### 1.37.1 / 2023.09.27 - feat(ext/web): use readableStreamDefaultReaderRead in diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 45f3a4f7fd..b0bf3b15ac 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_bench_util" -version = "0.114.0" +version = "0.115.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 423aa17eac..4061456dcc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.37.1" +version = "1.37.2" authors.workspace = true default-run = "deno" edition.workspace = true diff --git a/cli/deno_std.rs b/cli/deno_std.rs index f21c41bfbb..6e67866fe4 100644 --- a/cli/deno_std.rs +++ b/cli/deno_std.rs @@ -2,4 +2,4 @@ // WARNING: Ensure this is the only deno_std version reference as this // is automatically updated by the version bump workflow. -pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.203.0/"; +pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.204.0/"; diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml index b6330ad74d..c27a1db252 100644 --- a/cli/napi/sym/Cargo.toml +++ b/cli/napi/sym/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "napi_sym" -version = "0.50.0" +version = "0.51.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml index 65d7019651..0196cd805d 100644 --- a/ext/broadcast_channel/Cargo.toml +++ b/ext/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.114.0" +version = "0.115.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 3959e9102e..f9d75f7967 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.52.0" +version = "0.53.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml index a588fda652..330d4050bc 100644 --- a/ext/console/Cargo.toml +++ b/ext/console/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_console" -version = "0.120.0" +version = "0.121.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index 2d45d85f35..d1290bdb0f 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.134.0" +version = "0.135.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml index da14236b39..eccfeefdb0 100644 --- a/ext/fetch/Cargo.toml +++ b/ext/fetch/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fetch" -version = "0.144.0" +version = "0.145.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index 95cc013e31..9d69e52df4 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_ffi" -version = "0.107.0" +version = "0.108.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml index 5b12ebc1ec..20836d8a54 100644 --- a/ext/fs/Cargo.toml +++ b/ext/fs/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_fs" -version = "0.30.0" +version = "0.31.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 94722f7b70..d225325895 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_http" -version = "0.115.0" +version = "0.116.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index 8e1725c230..b0d97d489a 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_io" -version = "0.30.0" +version = "0.31.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml index 0dbf15b721..47bf111776 100644 --- a/ext/kv/Cargo.toml +++ b/ext/kv/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_kv" -version = "0.28.0" +version = "0.29.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml index bae7402333..c5acd371d3 100644 --- a/ext/napi/Cargo.toml +++ b/ext/napi/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_napi" -version = "0.50.0" +version = "0.51.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml index 2602009f89..0cbf1975ea 100644 --- a/ext/net/Cargo.toml +++ b/ext/net/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_net" -version = "0.112.0" +version = "0.113.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index 7a4ab813c4..f88d3a4020 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_node" -version = "0.57.0" +version = "0.58.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 18303b06f7..6d56dfd490 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_tls" -version = "0.107.0" +version = "0.108.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml index 8731cd2b48..3b8ff3ef66 100644 --- a/ext/url/Cargo.toml +++ b/ext/url/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_url" -version = "0.120.0" +version = "0.121.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 7f8163903c..e3f5645d36 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_web" -version = "0.151.0" +version = "0.152.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml index d4683c1853..31ef9d7d99 100644 --- a/ext/webidl/Cargo.toml +++ b/ext/webidl/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webidl" -version = "0.120.0" +version = "0.121.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index de8c18f200..a144d01639 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_websocket" -version = "0.125.0" +version = "0.126.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml index 0d9c7739ad..ccc9d72971 100644 --- a/ext/webstorage/Cargo.toml +++ b/ext/webstorage/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_webstorage" -version = "0.115.0" +version = "0.116.0" authors.workspace = true edition.workspace = true license.workspace = true diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d7dfd40c2f..4634d758a9 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_runtime" -version = "0.128.0" +version = "0.129.0" authors.workspace = true edition.workspace = true license.workspace = true