Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/aws
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-02-10 14:03:07 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-10 14:03:07 +0300
commitac8afc4ac00a0c46b152b92f4508d81f01ba325b (patch)
treead55f2c58cb07977994e17368aaba5acf1b7bdad /net/aws
parent1e13dbb99cc4d46feb145965cffc190367346fe9 (diff)
Update to async-tungstenite 0.20
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1087>
Diffstat (limited to 'net/aws')
-rw-r--r--net/aws/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index e5672300..11b8442b 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -29,7 +29,7 @@ chrono = "0.4"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "full" ] }
-async-tungstenite = { version = "0.19", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
+async-tungstenite = { version = "0.20", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
nom = "7"
crc = "3"
byteorder = "1.3.4"