mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 15:12:58 +00:00
rust: Bump async-tungstenite
This removes the pin-project 0.4 dependency to use 1.0 instead like the rest of the code. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-examples/-/merge_requests/27>
This commit is contained in:
parent
4e141f1076
commit
3710c81432
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ async-std = "1"
|
|||
structopt = { version = "0.3", default-features = false }
|
||||
anyhow = "1"
|
||||
rand = "0.7"
|
||||
async-tungstenite = { version = "0.8", features = ["async-std-runtime", "async-native-tls"] }
|
||||
async-tungstenite = { version = "0.10", features = ["async-std-runtime", "async-native-tls"] }
|
||||
gst = { package = "gstreamer", version = "0.16", features = ["v1_14"] }
|
||||
gst-webrtc = { package = "gstreamer-webrtc", version = "0.16" }
|
||||
gst-sdp = { package = "gstreamer-sdp", version = "0.16", features = ["v1_14"] }
|
||||
|
|
|
@ -10,7 +10,7 @@ async-std = "1"
|
|||
structopt = { version = "0.3", default-features = false }
|
||||
anyhow = "1"
|
||||
rand = "0.7"
|
||||
async-tungstenite = { version = "0.8", features = ["async-std-runtime", "async-native-tls"] }
|
||||
async-tungstenite = { version = "0.10", features = ["async-std-runtime", "async-native-tls"] }
|
||||
gst = { package = "gstreamer", version = "0.16", features = ["v1_14"] }
|
||||
gst-webrtc = { package = "gstreamer-webrtc", version = "0.16" }
|
||||
gst-sdp = { package = "gstreamer-sdp", version = "0.16", features = ["v1_14"] }
|
||||
|
|
Loading…
Reference in a new issue