Skip to content

Commit 1c17a8d

Browse files
authored
Bump itertools to 0.12.0 from 0.10.x (#686)
Most recent version of itertools. Used by nushell crates. Several crates in the ecosystem are still working with `0.11.0`
1 parent e097b88 commit 1c17a8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clipboard = { version = "0.5.0", optional = true }
2121
crossbeam = { version = "0.8.2", optional = true }
2222
crossterm = { version = "0.27.0", features = ["serde"] }
2323
fd-lock = "3.0.3"
24-
itertools = "0.10.3"
24+
itertools = "0.12.0"
2525
nu-ansi-term = "0.49.0"
2626
rusqlite = { version = "0.29.0", optional = true }
2727
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)