Skip to content

Commit

Permalink
Bump itertools to 0.12.0 from 0.10.x
Browse files Browse the repository at this point in the history
Most recent version of itertools.
Used by nushell crates.
Several crates in the ecosystem are still working with `0.11.0`
  • Loading branch information
sholderbach committed Dec 21, 2023
1 parent a4bfaa5 commit 0c334cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -21,7 +21,7 @@ clipboard = { version = "0.5.0", optional = true }
crossbeam = { version = "0.8.2", optional = true }
crossterm = { version = "0.27.0", features = ["serde"] }
fd-lock = "3.0.3"
itertools = "0.10.3"
itertools = "0.12.0"
nu-ansi-term = "0.49.0"
rusqlite = { version = "0.29.0", optional = true }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 0c334cd

Please sign in to comment.