1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

chore: bump deno_core (#22110)

This commit is contained in:
Matt Mastracci 2024-01-25 14:50:49 -05:00 committed by GitHub
parent 4d8cf02500
commit e06be89143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 7 deletions

19
Cargo.lock generated
View file

@ -1196,15 +1196,16 @@ dependencies = [
[[package]]
name = "deno_core"
version = "0.249.0"
version = "0.254.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02ed91e4f3a224de2a6d73211a5462e66c4394472873506a58e2c5377cf7105f"
checksum = "dd747cfefb65613073c71303f1b9817c541111dae68a2ce31b2ead5120f4222d"
dependencies = [
"anyhow",
"bit-set",
"bit-vec",
"bytes",
"cooked-waker",
"deno_core_icudata",
"deno_ops",
"deno_unsync 0.3.2",
"futures",
@ -1224,6 +1225,12 @@ dependencies = [
"v8",
]
[[package]]
name = "deno_core_icudata"
version = "0.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13951ea98c0a4c372f162d669193b4c9d991512de9f2381dd161027f34b26b1"
[[package]]
name = "deno_cron"
version = "0.14.0"
@ -1646,9 +1653,9 @@ dependencies = [
[[package]]
name = "deno_ops"
version = "0.125.0"
version = "0.130.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc649e55c4fcd40b247dd1abdff2681e3b5c6331a6ab8d7900d885cd486a7c3"
checksum = "d2eaf696534fd715236131bbc23502c3acc975a987aaf0457528cefa4c4ccf51"
dependencies = [
"proc-macro-rules",
"proc-macro2",
@ -5350,9 +5357,9 @@ dependencies = [
[[package]]
name = "serde_v8"
version = "0.158.0"
version = "0.163.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3035399dd0135f3c1a02e5fedd72d1c417dd3cd3107789ef9e3a4f657de4dd1d"
checksum = "16e8193fbdd173c08fceb226d14bef66f1d8a84ed201b3e24c1404f2171b0734"
dependencies = [
"bytes",
"derive_more",

View file

@ -42,7 +42,7 @@ repository = "https://github.com/denoland/deno"
[workspace.dependencies]
deno_ast = { version = "0.32.0", features = ["transpiling"] }
deno_core = { version = "0.249.0" }
deno_core = { version = "0.254.0" }
deno_bench_util = { version = "0.128.0", path = "./bench_util" }
deno_lockfile = "0.18.0"