Skip to content

Commit

Permalink
Increase itertools dependency lower bound to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Dec 27, 2023
1 parent 466de54 commit 06b0420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -118,7 +118,7 @@ version = "0.1.0"
optional = true

[dependencies.itertools]
version = "0.11.0"
version = "0.12.0"
optional = true

[dependencies.lazy_static]
Expand Down

0 comments on commit 06b0420

Please sign in to comment.