Skip to content

Commit

Permalink
Update to latest itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 24, 2023
1 parent 0db99d7 commit 21cdbe1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 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 @@ -34,7 +34,7 @@ pkg-fmt = "zip"
# regex 1.8 requires rust 1.60.
regex = ">= 1.7, < 1.8"
clap = { version = "3.1.8", features = ["cargo", "env", "wrap_help"] }
itertools = "0.10.1"
itertools = "0.11.0"
typed-arena = "2.0.2"
rustc-hash = "1.1.0"
strsim = "0.10.0"
Expand Down

0 comments on commit 21cdbe1

Please sign in to comment.