webrtc: Update to async-tungstenite 0.23

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1299>
This commit is contained in:
Sebastian Dröge 2023-08-09 13:18:44 +03:00
parent 508026d09a
commit b3826c108d
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ futures = "0.3"
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread", "time"] }
tokio-native-tls = "0.3.0"
tokio-stream = "0.1.11"
async-tungstenite = { version = "0.22", features = ["tokio-runtime", "tokio-native-tls"] }
async-tungstenite = { version = "0.23", features = ["tokio-runtime", "tokio-native-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
fastrand = "2.0"

View file

@ -12,7 +12,7 @@ rust-version = "1.70"
anyhow = "1"
tokio = { version = "1", features = ["fs", "io-util", "macros", "rt-multi-thread", "time"] }
tokio-native-tls = "0.3.0"
async-tungstenite = { version = "0.22", features = ["tokio-runtime", "tokio-native-tls"] }
async-tungstenite = { version = "0.23", features = ["tokio-runtime", "tokio-native-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }