diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-15 18:58:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 00:58:57 +0200 |
commit | 5385a42ec45df4f665ce821b3f499835086e7ac0 (patch) | |
tree | 9a0ccf608a1a236754693e63b507585b7168e8c1 /cli | |
parent | cb4d77421f4da9bf92759f2f63c502fd61d0f638 (diff) |
perf(jsr): download metadata files as soon as possible and in parallel (#23836)
* https://github.com/denoland/deno_graph/pull/471
* https://github.com/denoland/deno_graph/pull/473
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6829a2960..a929b8cbd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -69,7 +69,7 @@ deno_config = "=0.16.3" deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] } deno_doc = { version = "=0.135.0", features = ["html", "syntect"] } deno_emit = "=0.40.3" -deno_graph = { version = "=0.75.1", features = ["tokio_executor"] } +deno_graph = { version = "=0.75.2", features = ["tokio_executor"] } deno_lint = { version = "=0.58.4", features = ["docs"] } deno_lockfile.workspace = true deno_npm = "=0.20.1" |