From ebfa0fb89070380f1ff2de40ef2bc06f0028cbaf Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Fri, 20 Dec 2024 16:17:36 +0100 Subject: [PATCH] deps: update itertools to 0.13 same used in gstreamer-rs Part-of: --- Cargo.lock | 4 ++-- net/quinn/Cargo.toml | 2 +- net/webrtc/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 039f82cd8..cc52ae580 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2901,7 +2901,7 @@ dependencies = [ "gstreamer", "gstreamer-base", "gstreamer-check", - "itertools 0.12.1", + "itertools 0.13.0", "once_cell", "quinn", "quinn-proto", @@ -3291,7 +3291,7 @@ dependencies = [ "gstreamer-webrtc", "http 1.2.0", "human_bytes", - "itertools 0.12.1", + "itertools 0.13.0", "livekit-api", "livekit-protocol", "parse_link_header", diff --git a/net/quinn/Cargo.toml b/net/quinn/Cargo.toml index 98137fa4e..448768e57 100644 --- a/net/quinn/Cargo.toml +++ b/net/quinn/Cargo.toml @@ -25,7 +25,7 @@ rcgen = "0.13" bytes = "1.5.0" thiserror = "2" async-channel = "2.3" -itertools = "0.12" +itertools = "0.13" env_logger = "0.11" web-transport-quinn = "0.3.3" url = "2.5.2" diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index 51443a247..b0c96d081 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -25,7 +25,7 @@ anyhow = "1" chrono = "0.4" thiserror = "2" futures = "0.3" -itertools = "0.12" +itertools = "0.13" tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "time"] } tokio-native-tls = "0.3.0" tokio-stream = "0.1.11"