From 3710c814323d8e9f908ba5ad03c213997e6fe699 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 23 Nov 2020 15:28:28 +0100 Subject: 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: --- webrtc/multiparty-sendrecv/gst-rust/Cargo.toml | 2 +- webrtc/sendrecv/gst-rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webrtc/multiparty-sendrecv/gst-rust/Cargo.toml b/webrtc/multiparty-sendrecv/gst-rust/Cargo.toml index a6933ce..eeeb282 100644 --- a/webrtc/multiparty-sendrecv/gst-rust/Cargo.toml +++ b/webrtc/multiparty-sendrecv/gst-rust/Cargo.toml @@ -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"] } diff --git a/webrtc/sendrecv/gst-rust/Cargo.toml b/webrtc/sendrecv/gst-rust/Cargo.toml index a6933ce..eeeb282 100644 --- a/webrtc/sendrecv/gst-rust/Cargo.toml +++ b/webrtc/sendrecv/gst-rust/Cargo.toml @@ -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"] } -- cgit v1.2.3