diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-21 10:35:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 10:35:51 -0400 |
| commit | 3d6ba1eaf1516971535993d7e2a9717bc24fb631 (patch) | |
| tree | 44a4eebe18e1065d1378ce6c0a42a4fa790ca5a6 /Cargo.lock | |
| parent | fa5c61e441b88204dbcee334ebf4478b9f0949c5 (diff) | |
perf: analyze cjs re-exports in parallel (#23894)
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 462a08918..f571d1a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1892,9 +1892,9 @@ dependencies = [ [[package]] name = "deno_unsync" -version = "0.3.2" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30dff7e03584dbae188dae96a0f1876740054809b2ad0cf7c9fc5d361f20e739" +checksum = "7557a5e9278b9a5cc8056dc37062ea4344770bda4eeb5973c7cbb7ebf636b9a4" dependencies = [ "tokio", ] |
