summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.github/workflows/ci.generate.ts2
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--Cargo.lock46
-rw-r--r--Cargo.toml46
-rw-r--r--Releases.md23
-rw-r--r--bench_util/Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/deno_std.rs2
-rw-r--r--cli/napi/sym/Cargo.toml2
-rw-r--r--ext/broadcast_channel/Cargo.toml2
-rw-r--r--ext/cache/Cargo.toml2
-rw-r--r--ext/console/Cargo.toml2
-rw-r--r--ext/crypto/Cargo.toml2
-rw-r--r--ext/fetch/Cargo.toml2
-rw-r--r--ext/ffi/Cargo.toml2
-rw-r--r--ext/fs/Cargo.toml2
-rw-r--r--ext/http/Cargo.toml2
-rw-r--r--ext/io/Cargo.toml2
-rw-r--r--ext/kv/Cargo.toml2
-rw-r--r--ext/napi/Cargo.toml2
-rw-r--r--ext/net/Cargo.toml2
-rw-r--r--ext/node/Cargo.toml2
-rw-r--r--ext/tls/Cargo.toml2
-rw-r--r--ext/url/Cargo.toml2
-rw-r--r--ext/web/Cargo.toml2
-rw-r--r--ext/webidl/Cargo.toml2
-rw-r--r--ext/websocket/Cargo.toml2
-rw-r--r--ext/webstorage/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
29 files changed, 98 insertions, 75 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts
index 63a89bf9f..cf9ec8ac1 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 = 48;
+const cacheVersion = 49;
const Runners = (() => {
const ubuntuRunner = "ubuntu-22.04";
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9fe9d4909..945a5eed5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -311,8 +311,8 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
- key: '48-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
- restore-keys: '48-cargo-home-${{ matrix.os }}'
+ key: '49-cargo-home-${{ matrix.os }}-${{ hashFiles(''Cargo.lock'') }}'
+ restore-keys: '49-cargo-home-${{ matrix.os }}'
if: '!(github.event_name == ''pull_request'' && matrix.skip_pr)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v3
@@ -324,7 +324,7 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
- restore-keys: '48-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-'
+ restore-keys: '49-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
@@ -612,7 +612,7 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
- key: '48-cargo-target-${{ matrix.os }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
+ key: '49-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 b5997d082..3d9c9eab1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -791,7 +791,7 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
[[package]]
name = "deno"
-version = "1.36.0"
+version = "1.36.1"
dependencies = [
"async-trait",
"atty",
@@ -939,7 +939,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.108.0"
+version = "0.109.0"
dependencies = [
"bencher",
"deno_core",
@@ -949,7 +949,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.108.0"
+version = "0.109.0"
dependencies = [
"async-trait",
"deno_core",
@@ -959,7 +959,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.46.0"
+version = "0.47.0"
dependencies = [
"async-trait",
"deno_core",
@@ -990,7 +990,7 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.114.0"
+version = "0.115.0"
dependencies = [
"deno_core",
]
@@ -1023,7 +1023,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.128.0"
+version = "0.129.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1092,7 +1092,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.138.0"
+version = "0.139.0"
dependencies = [
"bytes",
"data-url",
@@ -1108,7 +1108,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.101.0"
+version = "0.102.0"
dependencies = [
"deno_core",
"dlopen",
@@ -1124,7 +1124,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1164,7 +1164,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.109.0"
+version = "0.110.0"
dependencies = [
"async-compression",
"async-trait",
@@ -1200,7 +1200,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"async-trait",
"deno_core",
@@ -1213,7 +1213,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.22.0"
+version = "0.23.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1271,7 +1271,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.44.0"
+version = "0.45.0"
dependencies = [
"deno_core",
"libloading",
@@ -1279,7 +1279,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.106.0"
+version = "0.107.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1295,7 +1295,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.51.0"
+version = "0.52.0"
dependencies = [
"aes",
"brotli",
@@ -1391,7 +1391,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.122.0"
+version = "0.123.0"
dependencies = [
"atty",
"console_static_text",
@@ -1475,7 +1475,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.101.0"
+version = "0.102.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1489,7 +1489,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.114.0"
+version = "0.115.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1500,7 +1500,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.145.0"
+version = "0.146.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1519,7 +1519,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.114.0"
+version = "0.115.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1527,7 +1527,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.119.0"
+version = "0.120.0"
dependencies = [
"bytes",
"deno_core",
@@ -1544,7 +1544,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.109.0"
+version = "0.110.0"
dependencies = [
"deno_core",
"deno_web",
@@ -3181,7 +3181,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.44.0"
+version = "0.45.0"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.32",
diff --git a/Cargo.toml b/Cargo.toml
index 7dba722d8..9018f5404 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,9 +43,9 @@ deno_ast = { version = "0.27.0", features = ["transpiling"] }
deno_core = "0.200.0"
-deno_runtime = { version = "0.122.0", path = "./runtime" }
-napi_sym = { version = "0.44.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.108.0", path = "./bench_util" }
+deno_runtime = { version = "0.123.0", path = "./runtime" }
+napi_sym = { version = "0.45.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.109.0", path = "./bench_util" }
test_util = { path = "./test_util" }
deno_lockfile = "0.15.0"
deno_media_type = { version = "0.1.1", features = ["module_specifier"] }
@@ -53,25 +53,25 @@ deno_npm = "0.11.0"
deno_semver = "0.3.0"
# exts
-deno_broadcast_channel = { version = "0.108.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.46.0", path = "./ext/cache" }
-deno_console = { version = "0.114.0", path = "./ext/console" }
-deno_crypto = { version = "0.128.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.138.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.101.0", path = "./ext/ffi" }
-deno_fs = { version = "0.24.0", path = "./ext/fs" }
-deno_http = { version = "0.109.0", path = "./ext/http" }
-deno_io = { version = "0.24.0", path = "./ext/io" }
-deno_net = { version = "0.106.0", path = "./ext/net" }
-deno_node = { version = "0.51.0", path = "./ext/node" }
-deno_kv = { version = "0.22.0", path = "./ext/kv" }
-deno_tls = { version = "0.101.0", path = "./ext/tls" }
-deno_url = { version = "0.114.0", path = "./ext/url" }
-deno_web = { version = "0.145.0", path = "./ext/web" }
-deno_webidl = { version = "0.114.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.119.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.109.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.44.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.109.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.47.0", path = "./ext/cache" }
+deno_console = { version = "0.115.0", path = "./ext/console" }
+deno_crypto = { version = "0.129.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.139.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.102.0", path = "./ext/ffi" }
+deno_fs = { version = "0.25.0", path = "./ext/fs" }
+deno_http = { version = "0.110.0", path = "./ext/http" }
+deno_io = { version = "0.25.0", path = "./ext/io" }
+deno_net = { version = "0.107.0", path = "./ext/net" }
+deno_node = { version = "0.52.0", path = "./ext/node" }
+deno_kv = { version = "0.23.0", path = "./ext/kv" }
+deno_tls = { version = "0.102.0", path = "./ext/tls" }
+deno_url = { version = "0.115.0", path = "./ext/url" }
+deno_web = { version = "0.146.0", path = "./ext/web" }
+deno_webidl = { version = "0.115.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.120.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.110.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.45.0", path = "./ext/napi" }
aes = "=0.8.2"
anyhow = "1.0.57"
@@ -127,7 +127,7 @@ sha2 = { version = "0.10.6", features = ["oid"] }
signature = "=1.6.4"
slab = "0.4"
smallvec = "1.8"
-socket2 = "0.4.7"
+socket2 = { version = "0.4.7", features = ["all"] }
tar = "=0.4.38"
tempfile = "3.4.0"
thiserror = "1.0.40"
diff --git a/Releases.md b/Releases.md
index 2cfb37ad4..0dceb9c4a 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,29 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.36.1 / 2023.08.10
+
+- feat(unstable): rename `deno_modules` to `vendor` (#20065)
+- fix(ext/abort): trigger AbortSignal events in correct order (#20095)
+- fix(ext/file): resolve unresolved Promise in Blob.stream (#20039)
+- fix(ext/http): serveHttp brotli compression level should be fastest (#20058)
+- fix(ext/http): unify default gzip compression level (#20050)
+- fix(ext/timers): some timers are not resolved (#20055)
+- fix(fmt): do not insert expr stmt leading semi-colon in do while stmt body
+ (#20093)
+- fix(node): polyfill process.title (#20044)
+- fix(node): repl._builtinLibs (#20046)
+- fix(node/async_hooks): don't pop async context frame if stack if empty
+ (#20077)
+- fix(test): handle ASCII escape chars in test name (#20081)
+- fix(test): make test runner work when global setTimeout is replaced (#20052)
+- fix(test): use only a single timeout for op sanitizers (#20042)
+- fix(unstable): vendor cache override should handle forbidden windows directory
+ names (#20069)
+- fix(unstable): vendor cache should support adding files to hashed directories
+ (#20070)
+- perf(ext/headers): use .push loop instead of spread operator (#20108)
+
### 1.36.0 / 2023.08.03
- feat(bench): add BenchContext::start() and BenchContext::end() (#18734)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index ace55526e..5100e44cc 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.108.0"
+version = "0.109.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 97cfef0a6..0879b45e8 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.36.0"
+version = "1.36.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index b7cf25ff0..bbef0b1c6 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.197.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.198.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index 3c49403b8..a00f7a732 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.44.0"
+version = "0.45.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 d28759eb4..5d46a6597 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.108.0"
+version = "0.109.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 76567ea4a..aad31ce02 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.46.0"
+version = "0.47.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index d42ef47a2..a2e13afc3 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.114.0"
+version = "0.115.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 119c489ff..ea9962e66 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.128.0"
+version = "0.129.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 5d6b07af6..1a28f0c74 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.138.0"
+version = "0.139.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 1e1d29243..2e5570923 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.101.0"
+version = "0.102.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 484285f85..9a2d175ce 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.24.0"
+version = "0.25.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index f310e1cf1..5d17a561e 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.109.0"
+version = "0.110.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 0c9dedec1..0b7e7839e 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.24.0"
+version = "0.25.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index e819796ee..7866605c0 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.22.0"
+version = "0.23.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index aeae702c9..b8868473a 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.44.0"
+version = "0.45.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index f6036db2e..a0bb2f557 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.106.0"
+version = "0.107.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 9f4ba4694..717fd438c 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.51.0"
+version = "0.52.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 068cfb62d..4c67c1edf 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.101.0"
+version = "0.102.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index de76572e1..e847a3d3e 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.114.0"
+version = "0.115.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 7de084d7f..dbc2df8c0 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.145.0"
+version = "0.146.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index 91e58be00..a84f5986a 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.114.0"
+version = "0.115.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 21434cf3d..d45ac341d 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.119.0"
+version = "0.120.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 0461e74e3..40ac41cfb 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.109.0"
+version = "0.110.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index a7463920a..e7ef6e862 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.122.0"
+version = "0.123.0"
authors.workspace = true
edition.workspace = true
license.workspace = true