Skip to content

Commit

Permalink
Merge pull request #132 from Achiefs/dependabot/cargo/itertools-0.12.0
Browse files Browse the repository at this point in the history
Update itertools requirement from 0.11.0 to 0.12.0
  • Loading branch information
okynos authored Nov 15, 2023
2 parents 77fe877 + 171fdc5 commit b466309
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 @@ -10,7 +10,7 @@ edition = "2021"
yaml-rust = "0.4"
notify = "6.1.0"
simplelog = "0.12.0" # Candidate to remove
itertools = "0.11.0"
itertools = "0.12.0"
hex = "0.4.3"
futures = "0.3.21"
sha3 = { version = "0.10.0", default-features = false }
Expand Down

0 comments on commit b466309

Please sign in to comment.