summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock12
-rw-r--r--Cargo.toml2
-rw-r--r--tools/wpt/expectation.json8
3 files changed, 9 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1f2c47bbd..97135e7cd 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 3a6a9c00a..08fbf4274 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 f5cad5f96..3d5a33c23 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": [