From 5385a42ec45df4f665ce821b3f499835086e7ac0 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 15 May 2024 18:58:57 -0400 Subject: 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 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.lock') 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", -- cgit v1.2.3