fix(deps): remove duplicate itertools package

This commit is contained in:
xtqqczze
2026-01-22 19:07:35 +00:00
parent aa218a30ac
commit a00c12c092
+1 -1
View File
@@ -83,6 +83,7 @@ fluent-syntax = { workspace = true }
unic-langid = { workspace = true }
fluent-bundle = { workspace = true }
thiserror = { workspace = true }
[target.'cfg(unix)'.dependencies]
walkdir = { workspace = true, optional = true }
nix = { workspace = true, features = [
@@ -95,7 +96,6 @@ nix = { workspace = true, features = [
"poll",
] }
xattr = { workspace = true, optional = true }
itertools = { workspace = true, optional = true }
[dev-dependencies]
tempfile = { workspace = true }