Skip to content

Commit

Permalink
Merge pull request #4996 from uutils/renovate/itertools-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate itertools to 0.11.0
  • Loading branch information
cakebaker authored Jun 22, 2023
2 parents e5808b7 + 0144a3c commit b787a2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ glob = "0.3.1"
half = "2.2"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.10.5"
itertools = "0.11.0"
libc = "0.2.146"
lscolors = { version = "0.14.0", default-features = false, features = [
"nu-ansi-term",
Expand Down
2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dunce = "1.0.4"
wild = "2.1"
glob = "0.3.1"
# * optional
itertools = { version = "0.10.5", optional = true }
itertools = { version = "0.11.0", optional = true }
thiserror = { workspace = true, optional = true }
time = { workspace = true, optional = true, features = [
"formatting",
Expand Down

0 comments on commit b787a2a

Please sign in to comment.