From a93e1d6c6ffc2af20af6d1b5bc2e4a2d384171e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 27 Jun 2023 10:57:28 +0300 Subject: [PATCH] Update to itertools 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d52872..19c38d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/av1-grain" [dependencies] anyhow = "1.0.58" arrayvec = "0.7.2" -itertools = { version = "0.10.3", optional = true } +itertools = { version = "0.11", optional = true } log = "0.4.17" nom = { version = "7.1.1", optional = true } num-rational = { version = "0.4.1", optional = true }