From 88b5fd90880b78498d0bbbdec6342b3db5887ef1 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 8 Mar 2023 10:13:13 -0500 Subject: fix: attempt to only allow one deno process to update the node_modules folder at a time (#18058) This is implemented in such a way that it should still allow processes to go through when a file lock wasn't properly cleaned up and the OS hasn't released it yet (but with a 200ms-ish delay). Closes #18039 --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/Cargo.toml') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 112156203..0ba8f8d3a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -89,7 +89,7 @@ atty.workspace = true dlopen.workspace = true encoding_rs.workspace = true filetime = "0.2.16" -fs3 = "0.5.0" +fs3.workspace = true http.workspace = true hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] } libc.workspace = true -- cgit v1.2.3