diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-18 11:42:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-18 11:42:03 -0400 |
| commit | a2dbcf9e0aa1f70056ccc6ecdd4c813d30af768c (patch) | |
| tree | ae0c11a160b1203209b5a54d5dbb693d7dbc5135 /Cargo.lock | |
| parent | fcb6a18b2b9fe23f3c19f6039d8f270a3a1999d6 (diff) | |
perf: analyze cjs exports and emit typescript in parallel (#23856)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6a5e1384e..462a08918 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1661,6 +1661,7 @@ version = "0.89.0" dependencies = [ "aead-gcm-stream", "aes", + "async-trait", "brotli 3.5.0", "bytes", "cbc", |
