summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-08-15 09:38:46 -0700
committerGitHub <noreply@github.com>2024-08-15 09:38:46 -0700
commit8749d651fb5e0964cdb8e62be7a59a603cbc3c7c (patch)
tree1506d08504561a4013ad03ff1068bec23e572102 /Cargo.lock
parent7ca95fc999f22cb0eb312e02f8c40d7589b35b7e (diff)
fix(node): Create additional pipes for child processes (#25016)
Linux/macos only currently. Part of https://github.com/denoland/deno/issues/23524 (fixes it on platforms other than windows). Part of #16899 (fixes it on platforms other than windows). After this PR, playwright is functional on mac/linux.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a22fa2938..e3cdc49d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1658,13 +1658,17 @@ dependencies = [
"deno_core",
"filetime",
"fs3",
+ "libc",
"log",
"once_cell",
"os_pipe",
"parking_lot 0.12.3",
+ "pin-project",
"rand",
"tokio",
+ "uuid",
"winapi",
+ "windows-sys 0.52.0",
]
[[package]]