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) <noreply@anthropic.com>
This commit is contained in:
Ragnor Comerford 2026-05-27 13:01:13 +02:00
parent 6341feb534
commit d37173abe5
No known key found for this signature in database

View file

@ -71,7 +71,6 @@ url = "2"
cedar-policy = "4.9"
sha2 = "0.10"
subtle = "2"
fs2 = "0.4"
[profile.dev]
debug = 0