mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
fix(deps): update rust crate itertools to 0.10.5
This commit is contained in:
parent
e3b63e4a11
commit
f223629382
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ glob = "0.3.0"
|
||||||
half = "2.1"
|
half = "2.1"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
is-terminal = "0.4.5"
|
is-terminal = "0.4.5"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.5"
|
||||||
libc = "0.2.139"
|
libc = "0.2.139"
|
||||||
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
|
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
|
||||||
memchr = "2"
|
memchr = "2"
|
||||||
|
|
|
@ -25,7 +25,7 @@ dunce = "1.0.3"
|
||||||
wild = "2.0"
|
wild = "2.0"
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
# * optional
|
# * optional
|
||||||
itertools = { version="0.10.0", optional=true }
|
itertools = { version="0.10.5", optional=true }
|
||||||
thiserror = { workspace=true, optional=true }
|
thiserror = { workspace=true, optional=true }
|
||||||
time = { workspace=true, optional=true, features = ["formatting", "local-offset", "macros"] }
|
time = { workspace=true, optional=true, features = ["formatting", "local-offset", "macros"] }
|
||||||
# * "problem" dependencies (pinned)
|
# * "problem" dependencies (pinned)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue