1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00

chore: bump deno_core (#21188)

Fixes https://github.com/denoland/deno/issues/21176
This commit is contained in:
Matt Mastracci 2023-11-13 17:31:12 -07:00 committed by Yoshiya Hinosawa
parent 255b41cd79
commit ce44871e80
No known key found for this signature in database
GPG key ID: 9017DB4559488785
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -1085,9 +1085,9 @@ dependencies = [
[[package]]
name = "deno_core"
version = "0.229.0"
version = "0.230.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bba7ed998f57ecd03640a82e6ddef281328b6d4c48c55e9e17cd906bab08020"
checksum = "8f040a1d56091d209851d011d4882cb2367fceeb64ec630106ca89fad258430a"
dependencies = [
"anyhow",
"bytes",
@ -1509,9 +1509,9 @@ dependencies = [
[[package]]
name = "deno_ops"
version = "0.105.0"
version = "0.106.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32976e42a50a1ac64d065a9219f5daf82a3ad6938da9d4aa3071890c08e1cd97"
checksum = "215363aeee70b8ae4dca3557c7b85f48f2c231e798b23913c1d3901785ace01e"
dependencies = [
"proc-macro-rules",
"proc-macro2",
@ -4741,9 +4741,9 @@ dependencies = [
[[package]]
name = "serde_v8"
version = "0.138.0"
version = "0.139.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add36cea4acc8cbfa4a1614a9e985e1057fd6748b672c8b4c4496f889d25e539"
checksum = "340328b061f990810dc28a444078da33da191003a031555dcd30c69314f03840"
dependencies = [
"bytes",
"derive_more",

View file

@ -40,7 +40,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.31.2", features = ["transpiling"] }
deno_core = { version = "0.229.0" }
deno_core = { version = "0.230.0" }
deno_runtime = { version = "0.131.0", path = "./runtime" }
napi_sym = { version = "0.53.0", path = "./cli/napi/sym" }