summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2024-10-23 09:22:58 +0530
committerGitHub <noreply@github.com>2024-10-23 09:22:58 +0530
commitbe969cb5328bb83c26022ea5307467b40647cb64 (patch)
tree510b3d7f4b6ab61f91a729300f3b773b0c5f006a /Cargo.lock
parent285635daa67274f961d29c1e7795222709dc9618 (diff)
fix: share inotify fd across watchers (#26200)
Fixes https://github.com/denoland/deno/issues/26104 Fixes https://github.com/denoland/deno/issues/26071 Fixes https://github.com/denoland/deno/issues/17757
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 27af67517..0d4f5e252 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2042,6 +2042,7 @@ dependencies = [
"percent-encoding",
"regex",
"rustyline",
+ "same-file",
"serde",
"signal-hook",
"signal-hook-registry",