fix: Upgrade bazel_features to 1.1.1 (#1559)

Upgrade bazel_features to 1.1.1 to pick up a
[fix](https://github.com/bazel-contrib/bazel_features/pull/26)
diff --git a/MODULE.bazel b/MODULE.bazel
index 9eae5e7..7547f61 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -4,7 +4,7 @@
     compatibility_level = 1,
 )
 
-bazel_dep(name = "bazel_features", version = "1.1.0")
+bazel_dep(name = "bazel_features", version = "1.1.1")
 bazel_dep(name = "bazel_skylib", version = "1.3.0")
 bazel_dep(name = "platforms", version = "0.0.4")