mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 12:55:13 +00:00
ts: update tokio fork for RUSTSEC-2021-0124
A data race condition was discovered in tokio, which can lead to memory corruption. This vulnerability affects our fork. See: - https://rustsec.org/advisories/RUSTSEC-2021-0124 - https://github.com/tokio-rs/tokio/issues/4225 - https://github.com/tokio-rs/tokio/pull/4226 - https://github.com/fengalin/tokio/pull/1 Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/issues/174
This commit is contained in:
parent
88ecd79090
commit
53bfb58751
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ gst-net = { package = "gstreamer-net", git = "https://gitlab.freedesktop.org/gst
|
|||
gst-rtp = { package = "gstreamer-rtp", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
pin-project = "1"
|
||||
once_cell = "1"
|
||||
tokio = { git = "https://github.com/fengalin/tokio", tag = "tokio-0.2.13-throttling", features = ["io-util", "macros", "rt-core", "sync", "stream", "time", "tcp", "udp", "rt-util"] }
|
||||
tokio = { git = "https://github.com/fengalin/tokio", tag = "tokio-0.2.13-throttling.1", features = ["io-util", "macros", "rt-core", "sync", "stream", "time", "tcp", "udp", "rt-util"] }
|
||||
futures = { version = "0.3", features = ["thread-pool"] }
|
||||
rand = "0.8"
|
||||
socket2 = {features = ["all"], version = "0.4"}
|
||||
|
|
Loading…
Reference in a new issue