Skip to content

Commit 61b1d45

Browse files
authored
Merge pull request #10440 from xtqqczze/deps/itertools
fix(deps): remove duplicate itertools package
2 parents 6db319e + a00c12c commit 61b1d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ fluent-syntax = { workspace = true }
8383
unic-langid = { workspace = true }
8484
fluent-bundle = { workspace = true }
8585
thiserror = { workspace = true }
86+
8687
[target.'cfg(unix)'.dependencies]
8788
walkdir = { workspace = true, optional = true }
8889
nix = { workspace = true, features = [
@@ -95,7 +96,6 @@ nix = { workspace = true, features = [
9596
"poll",
9697
] }
9798
xattr = { workspace = true, optional = true }
98-
itertools = { workspace = true, optional = true }
9999

100100
[dev-dependencies]
101101
tempfile = { workspace = true }

0 commit comments

Comments
 (0)