Skip to content

Commit

Permalink
Merge pull request #327 from waywardmonkeys/dep-update-dev-dep-itertools
Browse files Browse the repository at this point in the history
deps(dev): Update `itertools`
  • Loading branch information
cuviper authored May 21, 2024
2 parents 3f0fffb + ac2a8a5 commit 1a71dde
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 @@ -32,7 +32,7 @@ default-features = false
features = ["raw"]

[dev-dependencies]
itertools = "0.12"
itertools = "0.13"
rand = {version = "0.8", features = ["small_rng"] }
quickcheck = { version = "1.0", default-features = false }
fnv = "1.0"
Expand Down

0 comments on commit 1a71dde

Please sign in to comment.