chore: update deno_graph (#23340)

This commit is contained in:
Luca Casonato 2024-04-12 15:10:57 +02:00 committed by GitHub
parent f3cddb9688
commit 650db71e35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -1442,9 +1442,9 @@ dependencies = [
[[package]]
name = "deno_graph"
version = "0.71.1"
version = "0.71.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198e0be3da5754b2c1bc6e4c53280c79ca101eb9065f98db8fbae423c64edae5"
checksum = "0e6b15fb6eda0c3b03ec24ae7d3c4e7a9c561f8cfe79aa9a9c3abf2b0fc5a8b4"
dependencies = [
"anyhow",
"async-trait",
@ -7362,7 +7362,7 @@ dependencies = [
"codespan-reporting",
"log",
"naga",
"parking_lot 0.12.1",
"parking_lot 0.11.2",
"profiling",
"raw-window-handle",
"ron",
@ -7403,7 +7403,7 @@ dependencies = [
"naga",
"objc",
"once_cell",
"parking_lot 0.12.1",
"parking_lot 0.11.2",
"profiling",
"range-alloc",
"raw-window-handle",

View File

@ -68,7 +68,7 @@ deno_config = "=0.15.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.123.1", features = ["html"] }
deno_emit = "=0.39.0"
deno_graph = { version = "=0.71.1", features = ["tokio_executor"] }
deno_graph = { version = "=0.71.2", features = ["tokio_executor"] }
deno_lint = { version = "=0.58.2", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.17.0"