diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-12-18 12:32:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 12:32:53 +0100 |
| commit | 08225e42d8748802b11b056964cb7763e7da8135 (patch) | |
| tree | 7a83c55bda39becea7c095568b234fca756d8010 /Cargo.lock | |
| parent | f3c39ac84a83c10afa7ed439343fcfbbfe2e3ef7 (diff) | |
Parallel export (#2989)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2722,7 +2722,9 @@ dependencies = [ "notify", "once_cell", "open", + "parking_lot", "pathdiff", + "rayon", "rustls", "rustls-pemfile", "same-file", |
