Skip to content

Commit a93e1d6

Browse files
sdroegelu-zero
authored andcommitted
Update to itertools 0.11
1 parent 35c0632 commit a93e1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/av1-grain"
1313
[dependencies]
1414
anyhow = "1.0.58"
1515
arrayvec = "0.7.2"
16-
itertools = { version = "0.10.3", optional = true }
16+
itertools = { version = "0.11", optional = true }
1717
log = "0.4.17"
1818
nom = { version = "7.1.1", optional = true }
1919
num-rational = { version = "0.4.1", optional = true }

0 commit comments

Comments
 (0)