mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-15 13:45:28 +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-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",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue