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>2022-12-11 13:54:24 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-12-11 13:54:24 +0300
commitfb42cd8a0fd3cb885d9a178006135275635bfbc1 (patch)
tree44558429f038f2af68fd1b9780c77c5c3bc8db1c /net/aws
parent1ffadbc270e332916cfa7f8ef6b58989b14576ba (diff)
net: Update to async-tungstenite 0.19
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1005>
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 5d0c614d..b21a3594 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -28,7 +28,7 @@ chrono = "0.4"
url = "2"
percent-encoding = "2"
tokio = { version = "1.0", features = [ "full" ] }
-async-tungstenite = { version = "0.18", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
+async-tungstenite = { version = "0.19", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
nom = "7"
crc = "3"
byteorder = "1.3.4"