mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
fix(deps): remove duplicate itertools package
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user