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 /Cargo.lock | |
| 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 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index b8997ca3d..5440cb6fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1470,9 +1470,9 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.75.1" +version = "0.75.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ca91da7bab6d6be790d408b7c9d6b420aa4514f7ff76ad76e523fce8a2fa9e" +checksum = "a68ddc87ce88c0a2568277ee6caabf37890128710910416c09cd6f6a8931dba6" dependencies = [ "anyhow", "async-trait", |
