Skip to content

Commit

Permalink
Update to itertools 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege authored and lu-zero committed Jan 4, 2024
1 parent a93e1d6 commit 608605a
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 @@ -13,7 +13,7 @@ documentation = "https://docs.rs/av1-grain"
[dependencies]
anyhow = "1.0.58"
arrayvec = "0.7.2"
itertools = { version = "0.11", optional = true }
itertools = { version = "0.12", optional = true }
log = "0.4.17"
nom = { version = "7.1.1", optional = true }
num-rational = { version = "0.4.1", optional = true }
Expand Down

0 comments on commit 608605a

Please sign in to comment.