mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
Bump itertools from 0.10.5 to 0.11.0 (#9524)
This commit is contained in:
parent
6754b8534e
commit
eeaa65c8af
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -2809,7 +2809,7 @@ name = "nu-cmd-lang"
|
||||
version = "0.84.1"
|
||||
dependencies = [
|
||||
"fancy-regex",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"nu-ansi-term",
|
||||
"nu-engine",
|
||||
"nu-parser",
|
||||
@ -2859,7 +2859,7 @@ dependencies = [
|
||||
"htmlescape",
|
||||
"indexmap 2.0.0",
|
||||
"indicatif",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"libc",
|
||||
"log",
|
||||
"lscolors",
|
||||
@ -2982,7 +2982,7 @@ version = "0.84.1"
|
||||
dependencies = [
|
||||
"bytesize",
|
||||
"chrono",
|
||||
"itertools 0.10.5",
|
||||
"itertools 0.11.0",
|
||||
"log",
|
||||
"nu-engine",
|
||||
"nu-path",
|
||||
|
@ -19,7 +19,7 @@ nu-utils = { path = "../nu-utils", version = "0.84.1" }
|
||||
nu-ansi-term = "0.49.0"
|
||||
|
||||
fancy-regex = "0.11"
|
||||
itertools = "0.10"
|
||||
itertools = "0.11"
|
||||
shadow-rs = { version = "0.23", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
|
@ -49,7 +49,7 @@ fs_extra = "1.3"
|
||||
htmlescape = "0.3"
|
||||
indexmap = "2.0"
|
||||
indicatif = "0.17"
|
||||
itertools = "0.10"
|
||||
itertools = "0.11"
|
||||
log = "0.4"
|
||||
lscolors = { version = "0.15", default-features = false, features = ["nu-ansi-term"] }
|
||||
md5 = { package = "md-5", version = "0.10" }
|
||||
|
@ -18,7 +18,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.84.1" }
|
||||
|
||||
bytesize = "1.2"
|
||||
chrono = { default-features = false, features = ['std'], version = "0.4" }
|
||||
itertools = "0.10"
|
||||
itertools = "0.11"
|
||||
log = "0.4"
|
||||
serde_json = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user