From 835273923edd123a58758d170d03049ca1916d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 9 Jan 2021 12:49:32 +0200 Subject: [PATCH] Update itertools to 0.10 --- gstreamer-audio/Cargo.toml | 2 +- gstreamer-video/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index fef0de965..2b7cd8dd3 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -28,7 +28,7 @@ once_cell = "1.0" gstreamer-rs-lgpl-docs = { path = "../docs", optional = true } [dev-dependencies] -itertools = "0.9" +itertools = "0.10" [features] default = [] diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 28c4b072f..24cb5ecaa 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -29,7 +29,7 @@ futures-util = "0.3" gstreamer-rs-lgpl-docs = { path = "../docs", optional = true } [dev-dependencies] -itertools = "0.9" +itertools = "0.10" [features] default = []