From a00c12c0922e9563a7e170bf96c9692ae3b2ca8d Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Thu, 22 Jan 2026 19:07:35 +0000 Subject: [PATCH] fix(deps): remove duplicate itertools package --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index e27e1d70e3a..1e52717d293 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -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 }