mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fix: deno_graph 0.69.10 (#23147)
* https://github.com/denoland/deno_graph/issues/420 * https://github.com/denoland/deno_graph/pull/424
This commit is contained in:
parent
99720d0713
commit
d0a579a7b2
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1442,9 +1442,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_graph"
|
name = "deno_graph"
|
||||||
version = "0.69.9"
|
version = "0.69.10"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "83db0d70113af5ef5775c3d8fb9c17ab471ca69acb400d56b5de0dc1c8f6ede7"
|
checksum = "0e6442f864bb39619f9485220f5cd18ca73ad3a5fb352accd5dc39b24bc88543"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -68,7 +68,7 @@ deno_config = "=0.15.0"
|
||||||
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||||
deno_doc = { version = "=0.119.0", features = ["html"] }
|
deno_doc = { version = "=0.119.0", features = ["html"] }
|
||||||
deno_emit = "=0.38.2"
|
deno_emit = "=0.38.2"
|
||||||
deno_graph = { version = "=0.69.9", features = ["tokio_executor"] }
|
deno_graph = { version = "=0.69.10", features = ["tokio_executor"] }
|
||||||
deno_lint = { version = "=0.58.0", features = ["docs"] }
|
deno_lint = { version = "=0.58.0", features = ["docs"] }
|
||||||
deno_lockfile.workspace = true
|
deno_lockfile.workspace = true
|
||||||
deno_npm = "=0.17.0"
|
deno_npm = "=0.17.0"
|
||||||
|
|
Loading…
Reference in a new issue