summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-04-01 09:10:13 +0900
committerGitHub <noreply@github.com>2023-04-01 00:10:13 +0000
commitf465123fdc552eceb1931492b2ed1a96ff6c207f (patch)
treeb1462bdd794d94044d360bbd29dfd6f1363eaaca
parentcbd14085e629556f5a00d994a5d2b1ef78ee47ce (diff)
chore: forward v1.32.2 release commit to main (#18539)
This is the release commit being forwarded back to main for 1.32.2
-rw-r--r--Cargo.lock56
-rw-r--r--Cargo.toml54
-rw-r--r--Releases.md40
-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--core/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/flash/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.toml4
-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--lockfile/Cargo.toml2
-rw-r--r--ops/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
-rw-r--r--serde_v8/Cargo.toml2
32 files changed, 125 insertions, 85 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 84e559625..46e56d786 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -678,7 +678,7 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
[[package]]
name = "deno"
-version = "1.32.1"
+version = "1.32.2"
dependencies = [
"async-trait",
"atty",
@@ -795,7 +795,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.89.0"
+version = "0.90.0"
dependencies = [
"bencher",
"deno_core",
@@ -805,7 +805,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.89.0"
+version = "0.90.0"
dependencies = [
"async-trait",
"deno_core",
@@ -815,7 +815,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.27.0"
+version = "0.28.0"
dependencies = [
"async-trait",
"deno_core",
@@ -827,14 +827,14 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.95.0"
+version = "0.96.0"
dependencies = [
"deno_core",
]
[[package]]
name = "deno_core"
-version = "0.177.0"
+version = "0.178.0"
dependencies = [
"anyhow",
"bytes",
@@ -859,7 +859,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.109.0"
+version = "0.110.0"
dependencies = [
"aes",
"aes-gcm",
@@ -927,7 +927,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.119.0"
+version = "0.120.0"
dependencies = [
"bytes",
"data-url",
@@ -944,7 +944,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.82.0"
+version = "0.83.0"
dependencies = [
"deno_core",
"dlopen",
@@ -959,7 +959,7 @@ dependencies = [
[[package]]
name = "deno_flash"
-version = "0.31.0"
+version = "0.32.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -978,7 +978,7 @@ dependencies = [
[[package]]
name = "deno_fs"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"deno_core",
"deno_crypto",
@@ -1016,7 +1016,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.90.0"
+version = "0.91.0"
dependencies = [
"async-compression",
"base64 0.13.1",
@@ -1041,7 +1041,7 @@ dependencies = [
[[package]]
name = "deno_io"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"deno_core",
"nix",
@@ -1052,7 +1052,7 @@ dependencies = [
[[package]]
name = "deno_kv"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"anyhow",
"async-trait",
@@ -1083,7 +1083,7 @@ dependencies = [
[[package]]
name = "deno_lockfile"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"ring",
"serde",
@@ -1094,7 +1094,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.25.0"
+version = "0.26.0"
dependencies = [
"deno_core",
"libloading",
@@ -1102,7 +1102,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.87.0"
+version = "0.88.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1116,7 +1116,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.32.0"
+version = "0.33.0"
dependencies = [
"aes",
"cbc",
@@ -1150,7 +1150,7 @@ dependencies = [
[[package]]
name = "deno_ops"
-version = "0.55.0"
+version = "0.56.0"
dependencies = [
"once_cell",
"pmutil",
@@ -1166,7 +1166,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.103.0"
+version = "0.104.0"
dependencies = [
"atty",
"console_static_text",
@@ -1235,7 +1235,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.82.0"
+version = "0.83.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1249,7 +1249,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.95.0"
+version = "0.96.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1261,7 +1261,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.126.0"
+version = "0.127.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1279,7 +1279,7 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.95.0"
+version = "0.96.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1287,7 +1287,7 @@ dependencies = [
[[package]]
name = "deno_websocket"
-version = "0.100.0"
+version = "0.101.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1301,7 +1301,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.90.0"
+version = "0.91.0"
dependencies = [
"deno_core",
"deno_web",
@@ -2729,7 +2729,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.25.0"
+version = "0.26.0"
dependencies = [
"proc-macro2 1.0.52",
"quote 1.0.26",
@@ -3830,7 +3830,7 @@ dependencies = [
[[package]]
name = "serde_v8"
-version = "0.88.0"
+version = "0.89.0"
dependencies = [
"bencher",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 57aa273e5..bdc7251a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,36 +46,36 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.68.0", default-features = false }
deno_ast = { version = "0.25.0", features = ["transpiling"] }
-deno_core = { version = "0.177.0", path = "./core" }
-deno_ops = { version = "0.55.0", path = "./ops" }
-serde_v8 = { version = "0.88.0", path = "./serde_v8" }
-deno_runtime = { version = "0.103.0", path = "./runtime" }
-napi_sym = { version = "0.25.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.89.0", path = "./bench_util" }
+deno_core = { version = "0.178.0", path = "./core" }
+deno_ops = { version = "0.56.0", path = "./ops" }
+serde_v8 = { version = "0.89.0", path = "./serde_v8" }
+deno_runtime = { version = "0.104.0", path = "./runtime" }
+napi_sym = { version = "0.26.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.90.0", path = "./bench_util" }
test_util = { path = "./test_util" }
-deno_lockfile = { version = "0.11.0", path = "./lockfile" }
+deno_lockfile = { version = "0.12.0", path = "./lockfile" }
# exts
-deno_broadcast_channel = { version = "0.89.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.27.0", path = "./ext/cache" }
-deno_console = { version = "0.95.0", path = "./ext/console" }
-deno_crypto = { version = "0.109.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.119.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.82.0", path = "./ext/ffi" }
-deno_flash = { version = "0.31.0", path = "./ext/flash" }
-deno_fs = { version = "0.5.0", path = "./ext/fs" }
-deno_http = { version = "0.90.0", path = "./ext/http" }
-deno_io = { version = "0.5.0", path = "./ext/io" }
-deno_net = { version = "0.87.0", path = "./ext/net" }
-deno_node = { version = "0.32.0", path = "./ext/node" }
-deno_kv = { version = "0.3.0", path = "./ext/kv" }
-deno_tls = { version = "0.82.0", path = "./ext/tls" }
-deno_url = { version = "0.95.0", path = "./ext/url" }
-deno_web = { version = "0.126.0", path = "./ext/web" }
-deno_webidl = { version = "0.95.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.100.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.90.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.25.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.90.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.28.0", path = "./ext/cache" }
+deno_console = { version = "0.96.0", path = "./ext/console" }
+deno_crypto = { version = "0.110.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.120.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.83.0", path = "./ext/ffi" }
+deno_flash = { version = "0.32.0", path = "./ext/flash" }
+deno_fs = { version = "0.6.0", path = "./ext/fs" }
+deno_http = { version = "0.91.0", path = "./ext/http" }
+deno_io = { version = "0.6.0", path = "./ext/io" }
+deno_net = { version = "0.88.0", path = "./ext/net" }
+deno_node = { version = "0.33.0", path = "./ext/node" }
+deno_kv = { version = "0.4.0", path = "./ext/kv" }
+deno_tls = { version = "0.83.0", path = "./ext/tls" }
+deno_url = { version = "0.96.0", path = "./ext/url" }
+deno_web = { version = "0.127.0", path = "./ext/web" }
+deno_webidl = { version = "0.96.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.101.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.91.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.26.0", path = "./ext/napi" }
aes = "=0.8.2"
anyhow = "1.0.57"
diff --git a/Releases.md b/Releases.md
index b85f0a119..3a89d722b 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,46 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.32.2 / 2023.03.31
+
+- Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)
+- feat(core): initialize SQLite off-main-thread (#18401)
+- feat(ext/kv): return versionstamp from set/commit (#18512)
+- feat(ext/node): add `crypto.checkPrime` API (#18465)
+- feat(ext/node): implement crypto.createSecretKey (#18413)
+- feat(test): print pending tests on sigint (#18246)
+- feat: port node:zlib to rust (#18291)
+- fix(cli): add colors to "Module not found" error frame (#18437)
+- fix(cli): don't store blob and data urls in the module cache (#18261)
+- fix(cli/bench): look for clone3 syscalls for thread count (#18456)
+- fix(core): located_script_name macro was using format syntax (#18388)
+- fix(core): panic at build time if extension code contains anything other than
+ 7-bit ASCII (#18372)
+- fix(core): restore cache journal mode to TRUNCATE and tweak tokio test in
+ CacheDB (#18469)
+- fix(coverage): ignore files from npm registry (#18457)
+- fix(dts): improve types for the Deno.KV API (#18510)
+- fix(ext/kv): add missing `getMany` method (#18410)
+- fix(ext/node): add aes-128-ecb algorithm support (#18412)
+- fix(ext/node): add missing _preloadModules hook (#18447)
+- fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)
+- fix(ext/node): make cipher/decipher transform stream (#18408)
+- fix(lsp): `textDocument/references` should respect `includeDeclaration`
+ (#18496)
+- fix(lsp): better handling of `data:` urls (#18527)
+- fix(lsp): include all diagnosable documents on initialize (#17979)
+- fix(ops): fallback when FastApiOneByteString is not utf8 (#18518)
+- fix(repl): improve package.json support (#18497)
+- fix(streams): add support `Float64Array` to `ReadableStreamByobReader`
+ (#18188)
+- fix: Add missing `processenv` winapi feature to deno_io (#18485)
+- fix: upgrade to TypeScript 5.0.3 (#18532)
+- perf(ext/websocket): efficient event kind serialization (#18509)
+- perf(ext/websocket): special op for sending binary data frames (#18506)
+- perf(ext/websocket): special op for sending text data frames (#18507)
+- perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)
+- perf: `const` op declaration (#18288)
+
### 1.32.1 / 2023.03.23
- fix(core): disable resizable ArrayBuffer and growable SharedArrayBuffer
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 763d00d2d..81601aad5 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.89.0"
+version = "0.90.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index a887a5692..2f382fe8c 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.32.1"
+version = "1.32.2"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index af77f552f..44bf45d96 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.181.0/";
+pub const CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.182.0/";
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index d7cce6994..08f673549 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.25.0"
+version = "0.26.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 3dd48ca59..5d495b6f1 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.177.0"
+version = "0.178.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 25ebbb2b5..182445517 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.89.0"
+version = "0.90.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 7e066b0eb..86964ff48 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.27.0"
+version = "0.28.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 97f03916e..f0b3106fa 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.95.0"
+version = "0.96.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index c9fa4be53..1fd8cc58a 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.109.0"
+version = "0.110.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 9f6ad2e08..865af5709 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.119.0"
+version = "0.120.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 2599a3dfb..698b2d6f4 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.82.0"
+version = "0.83.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml
index 12a068a84..3eb32844a 100644
--- a/ext/flash/Cargo.toml
+++ b/ext/flash/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_flash"
-version = "0.31.0"
+version = "0.32.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index b32fc7612..7bb6a23ec 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fs"
-version = "0.5.0"
+version = "0.6.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index f025a6727..1b3b3edab 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.90.0"
+version = "0.91.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml
index 7570c7aa2..717e62725 100644
--- a/ext/io/Cargo.toml
+++ b/ext/io/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_io"
-version = "0.5.0"
+version = "0.6.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 0d09cf433..1aaea4eb8 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_kv"
-version = "0.3.0"
+version = "0.4.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index 88afc3b27..fe4bea47e 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.25.0"
+version = "0.26.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index 7ecf5999e..87f7ca2c3 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.87.0"
+version = "0.88.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index be3231087..b3e4ee99a 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.32.0"
+version = "0.33.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -37,7 +37,7 @@ ripemd = "0.1.3"
rsa.workspace = true
serde = "1.0.149"
sha-1 = "0.10.0"
-sha2 = "0.10.6"
+sha2.workspace = true
sha3 = "0.10.5"
signature.workspace = true
tokio.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 931992dcb..9f6f890b3 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.82.0"
+version = "0.83.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 378dae199..5a47face2 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.95.0"
+version = "0.96.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 00a567f98..a49795f92 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.126.0"
+version = "0.127.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index fbdee69a8..59d99bdf7 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.95.0"
+version = "0.96.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 081c9cd60..d43769d05 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.100.0"
+version = "0.101.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 749876ea7..ebad38ebd 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.90.0"
+version = "0.91.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml
index 5d4712e8a..85d13bbf6 100644
--- a/lockfile/Cargo.toml
+++ b/lockfile/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_lockfile"
-version = "0.11.0"
+version = "0.12.0"
edition = "2021"
license = "MIT"
description = "An implementation of a lockfile used in Deno"
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index 9a887fdf6..b674000de 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ops"
-version = "0.55.0"
+version = "0.56.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 6cc8654d0..570548514 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.103.0"
+version = "0.104.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index 033398e15..764e52ed3 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "serde_v8"
-version = "0.88.0"
+version = "0.89.0"
authors.workspace = true
edition.workspace = true
license.workspace = true