1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

chore: bump deno_core (#21242)

This commit is contained in:
Matt Mastracci 2023-11-17 16:49:11 -07:00 committed by GitHub
parent 23119fc1d4
commit 58068a7d1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 13 deletions

12
Cargo.lock generated
View file

@ -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",

View file

@ -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" }

View file

@ -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": [