mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-15 21:55:26 +00:00
deps: update itertools to 0.13
same used in gstreamer-rs Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/2002>
This commit is contained in:
parent
0d8dc1c156
commit
ebfa0fb890
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2901,7 +2901,7 @@ dependencies = [
|
||||||
"gstreamer",
|
"gstreamer",
|
||||||
"gstreamer-base",
|
"gstreamer-base",
|
||||||
"gstreamer-check",
|
"gstreamer-check",
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"quinn",
|
"quinn",
|
||||||
"quinn-proto",
|
"quinn-proto",
|
||||||
|
@ -3291,7 +3291,7 @@ dependencies = [
|
||||||
"gstreamer-webrtc",
|
"gstreamer-webrtc",
|
||||||
"http 1.2.0",
|
"http 1.2.0",
|
||||||
"human_bytes",
|
"human_bytes",
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"livekit-api",
|
"livekit-api",
|
||||||
"livekit-protocol",
|
"livekit-protocol",
|
||||||
"parse_link_header",
|
"parse_link_header",
|
||||||
|
|
|
@ -25,7 +25,7 @@ rcgen = "0.13"
|
||||||
bytes = "1.5.0"
|
bytes = "1.5.0"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
async-channel = "2.3"
|
async-channel = "2.3"
|
||||||
itertools = "0.12"
|
itertools = "0.13"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
web-transport-quinn = "0.3.3"
|
web-transport-quinn = "0.3.3"
|
||||||
url = "2.5.2"
|
url = "2.5.2"
|
||||||
|
|
|
@ -25,7 +25,7 @@ anyhow = "1"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
thiserror = "2"
|
thiserror = "2"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
itertools = "0.12"
|
itertools = "0.13"
|
||||||
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "time"] }
|
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "time"] }
|
||||||
tokio-native-tls = "0.3.0"
|
tokio-native-tls = "0.3.0"
|
||||||
tokio-stream = "0.1.11"
|
tokio-stream = "0.1.11"
|
||||||
|
|
Loading…
Reference in a new issue