mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: upgrade deno_core to 0.287.0 (#24145)
Includes: - [fix: lossily UTF8 decode module source text](ec38e428c6
) - [fix: `ModuleMap` was not dropped if it had pending futures](5d12f510a1
)
This commit is contained in:
parent
9dc0e33e67
commit
22d34f7012
2 changed files with 7 additions and 7 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -1303,9 +1303,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_core"
|
||||
version = "0.285.0"
|
||||
version = "0.287.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b2df681c5746ff035671d98a3aa906f818024bb1bb9b8f9122a38cdc6a1b6e4"
|
||||
checksum = "8659fd7969621bea436a6d214589120c1fe22483753e19b009b7110e987e0acf"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode",
|
||||
|
@ -1759,9 +1759,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "deno_ops"
|
||||
version = "0.161.0"
|
||||
version = "0.163.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "504faf12efd80bdef6dc4d693072479dd916f397a151893963db66fb061f0c9d"
|
||||
checksum = "bdc9fd52e5fca85a834cc040ae1c6c675d8b718db5e14bbbf76996486dcc17fa"
|
||||
dependencies = [
|
||||
"proc-macro-rules",
|
||||
"proc-macro2",
|
||||
|
@ -5763,9 +5763,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_v8"
|
||||
version = "0.194.0"
|
||||
version = "0.196.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c56fad5568bad7902594c0b2fd33f7b97c1eb539837cc9a7f9d7742ca1c77883"
|
||||
checksum = "411789e6a59e2169c1bc198562de15241a368dde8961cb18dd1bddbba5e2e5f5"
|
||||
dependencies = [
|
||||
"num-bigint",
|
||||
"serde",
|
||||
|
|
|
@ -44,7 +44,7 @@ repository = "https://github.com/denoland/deno"
|
|||
|
||||
[workspace.dependencies]
|
||||
deno_ast = { version = "=0.39.1", features = ["transpiling"] }
|
||||
deno_core = { version = "0.285.0" }
|
||||
deno_core = { version = "0.287.0" }
|
||||
|
||||
deno_bench_util = { version = "0.149.0", path = "./bench_util" }
|
||||
deno_lockfile = "0.20.0"
|
||||
|
|
Loading…
Reference in a new issue