From d37173abe50bcb263375c91a015ee5c2788927a3 Mon Sep 17 00:00:00 2001 From: Ragnor Comerford Date: Wed, 27 May 2026 13:01:13 +0200 Subject: [PATCH] mr-668: drop unused fs2 workspace dependency `fs2 = "0.4"` lingered in [workspace.dependencies] after the POST /graphs flock-on-rename design was pulled. `cargo tree -i fs2` reports no consumers in the workspace and the dep is not in Cargo.lock. Removing the declaration closes the "phantom dep" class. Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec60b5a..66bfc01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,6 @@ url = "2" cedar-policy = "4.9" sha2 = "0.10" subtle = "2" -fs2 = "0.4" [profile.dev] debug = 0