Description: Update fs-err requirement to 3.3.1
Index: ruff/crates/ruff_shrinking/Cargo.toml
===================================================================
--- ruff.orig/crates/ruff_shrinking/Cargo.toml
+++ ruff/crates/ruff_shrinking/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
 [dependencies]
 anyhow = { workspace = true }
 clap = { workspace = true }
-fs-err = "2.9.0"
+fs-err = "3.3.1"
 regex = { workspace = true }
 ruff_python_ast = { path = "../ruff_python_ast" }
 ruff_python_parser = { path = "../ruff_python_parser" }
