From f223629382f290d430cd329343347b70d5d42141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 19:24:30 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.10.5 --- Cargo.toml | 2 +- src/uucore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea64bb5ac..4fe81bd0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -288,7 +288,7 @@ glob = "0.3.0" half = "2.1" indicatif = "0.17" is-terminal = "0.4.5" -itertools = "0.10.0" +itertools = "0.10.5" libc = "0.2.139" lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] } memchr = "2" diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 4ca3941db..917d432ff 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -25,7 +25,7 @@ dunce = "1.0.3" wild = "2.0" glob = "0.3.0" # * optional -itertools = { version="0.10.0", optional=true } +itertools = { version="0.10.5", optional=true } thiserror = { workspace=true, optional=true } time = { workspace=true, optional=true, features = ["formatting", "local-offset", "macros"] } # * "problem" dependencies (pinned)