From c8f56e38b11096e5b036a9c5fee5790a9903204c Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 21 May 2025 13:32:23 -0400 Subject: [PATCH] Update `Cargo.lock` (#31105) This PR updates the `Cargo.lock` file, as running `cargo check` was producing a diff on `main`. Release Notes: - N/A --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 0676d76561..df0af75abe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9540,6 +9540,7 @@ dependencies = [ "async-recursion 1.1.1", "collections", "editor", + "fs", "gpui", "language", "linkify",