summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com>2023-12-18 12:32:53 +0100
committerGitHub <noreply@github.com>2023-12-18 12:32:53 +0100
commit08225e42d8748802b11b056964cb7763e7da8135 (patch)
tree7a83c55bda39becea7c095568b234fca756d8010 /Cargo.lock
parentf3c39ac84a83c10afa7ed439343fcfbbfe2e3ef7 (diff)
Parallel export (#2989)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f20c5270..64610cc2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2722,7 +2722,9 @@ dependencies = [
"notify",
"once_cell",
"open",
+ "parking_lot",
"pathdiff",
+ "rayon",
"rustls",
"rustls-pemfile",
"same-file",