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 = []