summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2025-03-11 23:20:41 +0300
committerGitHub <noreply@github.com>2025-03-11 20:20:41 +0000
commit0214320087d5b37bf9d08d2b3b0b44eae512bf93 (patch)
tree212634a55066f22a139f5d31cf32ed710a73f276 /Cargo.lock
parent96f695737174449cbd9efbf4954b676b9bb35056 (diff)
Fix parallel package installation (#5979)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ac08b57e..06dd4ab8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2896,6 +2896,7 @@ dependencies = [
"dirs",
"ecow",
"env_proxy",
+ "fastrand",
"flate2",
"fontdb",
"native-tls",