From 58068a7d1ce089b08bc5f8c422fee609d8c0dee3 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Fri, 17 Nov 2023 16:49:11 -0700 Subject: [PATCH] chore: bump deno_core (#21242) --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- tools/wpt/expectation.json | 8 ++------ 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f2c47bbdd..97135e7cd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1084,9 +1084,9 @@ dependencies = [ [[package]] name = "deno_core" -version = "0.230.0" +version = "0.231.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f040a1d56091d209851d011d4882cb2367fceeb64ec630106ca89fad258430a" +checksum = "ded4c4315763c3f49c01ecb62fbfd2a1b34ae772dbcf126a4a5cd39a254ed32f" dependencies = [ "anyhow", "bytes", @@ -1509,9 +1509,9 @@ dependencies = [ [[package]] name = "deno_ops" -version = "0.106.0" +version = "0.107.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "215363aeee70b8ae4dca3557c7b85f48f2c231e798b23913c1d3901785ace01e" +checksum = "aac7069b4313d06517e4439bce9eb4ec1444c855e0bef3a348ad5d60f0b685b0" dependencies = [ "proc-macro-rules", "proc-macro2", @@ -4739,9 +4739,9 @@ dependencies = [ [[package]] name = "serde_v8" -version = "0.139.0" +version = "0.140.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "340328b061f990810dc28a444078da33da191003a031555dcd30c69314f03840" +checksum = "8c4eae96d533cd757d11edd07b1ac51125df949efcb5750fc4dc7a4b9be1694e" dependencies = [ "bytes", "derive_more", diff --git a/Cargo.toml b/Cargo.toml index 3a6a9c00a7..08fbf4274e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno" [workspace.dependencies] deno_ast = { version = "0.31.5", features = ["transpiling"] } -deno_core = { version = "0.230.0" } +deno_core = { version = "0.231.0" } deno_runtime = { version = "0.132.0", path = "./runtime" } napi_sym = { version = "0.54.0", path = "./cli/napi/sym" } diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index f5cad5f968..3d5a33c234 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6936,12 +6936,8 @@ "scripting-1": { "the-script-element": { "import-assertions": { - "dynamic-import-with-assertion-argument.any.html": [ - "Dynamic import with an unsupported import assertion should fail" - ], - "dynamic-import-with-assertion-argument.any.worker.html": [ - "Dynamic import with an unsupported import assertion should fail" - ] + "dynamic-import-with-assertion-argument.any.html": true, + "dynamic-import-with-assertion-argument.any.worker.html": true }, "json-module": { "charset-bom.any.html": [