Skip to content

Commit

Permalink
chore: bumped itertools to 0.12.1. (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Apr 11, 2024
1 parent 08b0ad9 commit 3361e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ rayon = { version = "1.5.3", optional = true }
[dev-dependencies]
bincode = "1.3.3"
defmac = "0.2.1"
itertools = { version = "0.11.0", default-features = false }
itertools = { version = "0.12.1", default-features = false }
odds = { version = "0.4.0" }
rand = "0.5.5"
ahash = "0.7.2"
Expand Down

0 comments on commit 3361e04

Please sign in to comment.