mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore: bump deno_core (#21242)
This commit is contained in:
parent
23119fc1d4
commit
58068a7d1c
3 changed files with 9 additions and 13 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1084,9 +1084,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_core"
|
name = "deno_core"
|
||||||
version = "0.230.0"
|
version = "0.231.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8f040a1d56091d209851d011d4882cb2367fceeb64ec630106ca89fad258430a"
|
checksum = "ded4c4315763c3f49c01ecb62fbfd2a1b34ae772dbcf126a4a5cd39a254ed32f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -1509,9 +1509,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_ops"
|
name = "deno_ops"
|
||||||
version = "0.106.0"
|
version = "0.107.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "215363aeee70b8ae4dca3557c7b85f48f2c231e798b23913c1d3901785ace01e"
|
checksum = "aac7069b4313d06517e4439bce9eb4ec1444c855e0bef3a348ad5d60f0b685b0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro-rules",
|
"proc-macro-rules",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
@ -4739,9 +4739,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_v8"
|
name = "serde_v8"
|
||||||
version = "0.139.0"
|
version = "0.140.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "340328b061f990810dc28a444078da33da191003a031555dcd30c69314f03840"
|
checksum = "8c4eae96d533cd757d11edd07b1ac51125df949efcb5750fc4dc7a4b9be1694e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"derive_more",
|
"derive_more",
|
||||||
|
|
|
@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
deno_ast = { version = "0.31.5", features = ["transpiling"] }
|
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" }
|
deno_runtime = { version = "0.132.0", path = "./runtime" }
|
||||||
napi_sym = { version = "0.54.0", path = "./cli/napi/sym" }
|
napi_sym = { version = "0.54.0", path = "./cli/napi/sym" }
|
||||||
|
|
|
@ -6936,12 +6936,8 @@
|
||||||
"scripting-1": {
|
"scripting-1": {
|
||||||
"the-script-element": {
|
"the-script-element": {
|
||||||
"import-assertions": {
|
"import-assertions": {
|
||||||
"dynamic-import-with-assertion-argument.any.html": [
|
"dynamic-import-with-assertion-argument.any.html": true,
|
||||||
"Dynamic import with an unsupported import assertion should fail"
|
"dynamic-import-with-assertion-argument.any.worker.html": true
|
||||||
],
|
|
||||||
"dynamic-import-with-assertion-argument.any.worker.html": [
|
|
||||||
"Dynamic import with an unsupported import assertion should fail"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"json-module": {
|
"json-module": {
|
||||||
"charset-bom.any.html": [
|
"charset-bom.any.html": [
|
||||||
|
|
Loading…
Reference in a new issue